try again travis-ci

This commit is contained in:
Noah Levitt 2017-06-27 11:15:41 -07:00
parent 7cf33a81ea
commit 43cbcdf644

View File

@ -1,4 +1,5 @@
language: python language: python
python: python:
- 3.6 - 3.6
- 3.5 - 3.5
@ -8,17 +9,24 @@ python:
- nightly - nightly
- pypy - pypy
- pypy3 - pypy3
group: deprecated-2017Q2 # https://blog.travis-ci.com/2017-06-21-trusty-updates-2017-Q2-launch
matrix: matrix:
allow_failures: allow_failures:
- python: nightly - python: nightly
- python: 3.7-dev - python: 3.7-dev
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 tests - py.test -v tests