mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
bump version number for pull request #2, and fiddle with .travis.yml
This commit is contained in:
parent
efc999f7d1
commit
c5da679b1d
@ -16,5 +16,5 @@ before_install:
|
|||||||
install:
|
install:
|
||||||
- pip install . pytest
|
- pip install . pytest
|
||||||
script:
|
script:
|
||||||
- py.test -v -s tests
|
- py.test -v tests
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -3,7 +3,7 @@ import codecs
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='doublethink',
|
name='doublethink',
|
||||||
version='0.2.0.dev72',
|
version='0.2.0.dev73',
|
||||||
packages=['doublethink'],
|
packages=['doublethink'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user