From 20857c4e7aa1f26af8dd5f066573fcbebebbe58e Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Wed, 17 May 2017 12:13:10 -0700 Subject: [PATCH] bump version for pull request just merged and tweak run-tests.sh --- setup.py | 2 +- tests/run-tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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