diff --git a/setup.py b/setup.py index fc894e1..e087f1a 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import codecs setuptools.setup( name='doublethink', - version='0.2.0.dev78', + version='0.2.0.dev79', packages=['doublethink'], classifiers=[ 'Programming Language :: Python :: 2.7', diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 72059c8..78464ba 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -15,5 +15,5 @@ do && virtualenv -p $python /tmp/venv \ && source /tmp/venv/bin/activate \ && pip install pytest . \ - && py.test -v -s tests" + && py.test -v tests" done