warcprox/.travis.yml
2015-10-02 22:28:08 +00:00

19 lines
397 B
YAML

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