We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa58da0 commit b7b22e7Copy full SHA for b7b22e7
autorelease-env.sh
@@ -1,6 +1,3 @@
1
INSTALL_AUTORELEASE="python -m pip install autorelease==0.2.3 nose"
2
PACKAGE_IMPORT_NAME=paths_cli
3
-AUTORELEASE_TEST_TESTPYPI="
4
-python -m pip install sqlalchemy dill pytest;
5
-py.test --pyargs $PACKAGE_IMPORTNAME
6
-"
+AUTORELEASE_TEST_TESTPYPI="python -m pip install sqlalchemy dill pytest; py.test --pyargs $PACKAGE_IMPORTNAME"
0 commit comments