Skip to content

Commit aa58da0

Browse files
committed
use custom test-testpypi to add simstore reqs
1 parent 3daed14 commit aa58da0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

autorelease-env.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
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+
"

0 commit comments

Comments
 (0)