try to work around iptables error

This commit is contained in:
Noah Levitt 2015-10-02 22:28:08 +00:00
parent e764033443
commit 15b796c499

View File

@ -9,6 +9,7 @@ python:
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