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 b7b22e7 commit 7fdf2cfCopy full SHA for 7fdf2cf
autorelease-env.sh
@@ -1,3 +1,3 @@
1
INSTALL_AUTORELEASE="python -m pip install autorelease==0.2.3 nose"
2
PACKAGE_IMPORT_NAME=paths_cli
3
-AUTORELEASE_TEST_TESTPYPI="python -m pip install sqlalchemy dill pytest; py.test --pyargs $PACKAGE_IMPORTNAME"
+AUTORELEASE_TEST_TESTPYPI="python -m pip install sqlalchemy dill pytest && py.test --pyargs $PACKAGE_IMPORTNAME"
0 commit comments