Skip to content

Commit 7fdf2cf

Browse files
committed
will && work?
1 parent b7b22e7 commit 7fdf2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autorelease-env.sh

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

0 commit comments

Comments
 (0)