bump version for pull request just merged and tweak run-tests.sh

This commit is contained in:
Noah Levitt 2017-05-17 12:13:10 -07:00
parent 9b8b708c8c
commit 20857c4e7a
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import codecs
setuptools.setup( setuptools.setup(
name='doublethink', name='doublethink',
version='0.2.0.dev78', version='0.2.0.dev79',
packages=['doublethink'], packages=['doublethink'],
classifiers=[ classifiers=[
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',

View File

@ -15,5 +15,5 @@ do
&& virtualenv -p $python /tmp/venv \ && virtualenv -p $python /tmp/venv \
&& source /tmp/venv/bin/activate \ && source /tmp/venv/bin/activate \
&& pip install pytest . \ && pip install pytest . \
&& py.test -v -s tests" && py.test -v tests"
done done