.travis.yml - disable pypy (not working because of cryptography library), require docker service

This commit is contained in:
Noah Levitt 2015-11-02 22:26:02 +00:00
parent 9f84c20274
commit 93a2e4ff85

View File

@ -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