Skip to content
2 changes: 2 additions & 0 deletions .autorelease/test-testpypi.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
python -m pip install sqlalchemy dill pytest
py.test --pyargs paths_cli
2 changes: 1 addition & 1 deletion autorelease-env.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
INSTALL_AUTORELEASE="python -m pip install autorelease==0.2.3 nose"
INSTALL_AUTORELEASE="python -m pip install autorelease==0.2.3 nose sqlalchemy dill"
PACKAGE_IMPORT_NAME=paths_cli
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = openpathsampling-cli
version = 0.2.0.dev0
version = 0.2.1.dev0
# version should end in .dev0 if this isn't to be released
description = Command line tool for OpenPathSampling
long_description = file: README.md
Expand Down