Skip to content

Commit b7b22e7

Browse files
committed
one-liner of test-testpypi
these should be optional scripts with default behaviors
1 parent aa58da0 commit b7b22e7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

autorelease-env.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
INSTALL_AUTORELEASE="python -m pip install autorelease==0.2.3 nose"
22
PACKAGE_IMPORT_NAME=paths_cli
3-
AUTORELEASE_TEST_TESTPYPI="
4-
python -m pip install sqlalchemy dill pytest;
5-
py.test --pyargs $PACKAGE_IMPORTNAME
6-
"
3+
AUTORELEASE_TEST_TESTPYPI="python -m pip install sqlalchemy dill pytest; py.test --pyargs $PACKAGE_IMPORTNAME"

0 commit comments

Comments
 (0)