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.
2 parents 40a503b + e0f46d4 commit 8f49782Copy full SHA for 8f49782
.autorelease/test-testpypi.sh
@@ -0,0 +1,2 @@
1
+python -m pip install sqlalchemy dill pytest
2
+py.test --pyargs paths_cli
autorelease-env.sh
@@ -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
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = openpathsampling-cli
3
-version = 0.2.0.dev0
+version = 0.2.1.dev0
4
# version should end in .dev0 if this isn't to be released
5
description = Command line tool for OpenPathSampling
6
long_description = file: README.md
0 commit comments