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 7fdf2cf commit 3931c99Copy full SHA for 3931c99
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_IMPORT_NAME"
0 commit comments