mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
.travis.yml - disable pypy (not working because of cryptography library), require docker service
This commit is contained in:
parent
9f84c20274
commit
93a2e4ff85
@ -1,12 +1,11 @@
|
||||
language: python
|
||||
|
||||
python:
|
||||
- 3.5
|
||||
- 3.4
|
||||
- 2.7
|
||||
- nightly
|
||||
- pypy
|
||||
- pypy3
|
||||
# - pypy
|
||||
# - pypy3
|
||||
|
||||
addons:
|
||||
apt:
|
||||
@ -14,6 +13,9 @@ addons:
|
||||
- python-gdbm
|
||||
- python3-gdbm
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user