mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
bump version for pull request just merged and tweak run-tests.sh
This commit is contained in:
parent
9b8b708c8c
commit
20857c4e7a
2
setup.py
2
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',
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user