warcprox/.travis.yml

18 lines
294 B
YAML
Raw Normal View History

2015-10-01 23:16:19 +00:00
language: python
python:
- 3.5
- 3.4
- 2.7
- nightly
- pypy
- pypy3
2015-10-01 23:16:19 +00:00
services:
2015-10-01 23:33:49 +00:00
- docker
before_install:
- docker run -d --publish=28015:28015 rethinkdb
install:
- pip install . pytest
2015-10-01 23:16:19 +00:00
script:
- py.test -v -s tests
2015-10-01 23:33:49 +00:00