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
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- 3.5
|
- 3.5
|
||||||
- 3.4
|
- 3.4
|
||||||
- 2.7
|
- 2.7
|
||||||
- nightly
|
- nightly
|
||||||
- pypy
|
# - pypy
|
||||||
- pypy3
|
# - pypy3
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
@ -14,6 +13,9 @@ addons:
|
|||||||
- python-gdbm
|
- python-gdbm
|
||||||
- python3-gdbm
|
- python3-gdbm
|
||||||
|
|
||||||
|
services:
|
||||||
|
- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user