bump version number for pull request #2, and fiddle with .travis.yml

This commit is contained in:
Noah Levitt 2017-04-18 17:13:54 -07:00
parent efc999f7d1
commit c5da679b1d
2 changed files with 14 additions and 14 deletions

View File

@ -1,20 +1,20 @@
language: python language: python
python: python:
- 3.6 - 3.6
- 3.5 - 3.5
- 3.4 - 3.4
- 2.7 - 2.7
- 3.7-dev - 3.7-dev
- nightly - nightly
- pypy - pypy
- pypy3 - pypy3
services: services:
- docker - docker
before_install: before_install:
- sudo service docker restart ; sleep 10 # https://github.com/travis-ci/travis-ci/issues/4778 - sudo service docker restart ; sleep 10 # https://github.com/travis-ci/travis-ci/issues/4778
- docker run -d --publish=28015:28015 rethinkdb - docker run -d --publish=28015:28015 rethinkdb
install: install:
- pip install . pytest - pip install . pytest
script: script:
- py.test -v -s tests - py.test -v tests

View File

@ -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',