diff --git a/.travis.yml b/.travis.yml index a2e00f8..612f04a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,9 +28,9 @@ services: before_install: - sudo service docker restart ; sleep 10 # https://github.com/travis-ci/travis-ci/issues/4778 - docker network create --driver=bridge trough -- docker run --rm --detach --network=trough --name=rethinkdb rethinkdb -- docker run --rm --detach --network=trough --name=hadoop chalimartines/cdh5-pseudo-distributed -- docker run --rm --detach --volume="$PWD/tests/run-trough.sh:/run-trough.sh" --publish=6111:6111 --publish=6112:6112 --publish=6222:6222 --publish=6444:6444 python:3 bash /run-trough.sh +- docker run --detach --network=trough --name=rethinkdb rethinkdb +- docker run --detach --network=trough --name=hadoop chalimartines/cdh5-pseudo-distributed +- docker run --detach --network=trough --volume="$PWD/tests/run-trough.sh:/run-trough.sh" --publish=6111:6111 --publish=6112:6112 --publish=6222:6222 --publish=6444:6444 python:3 bash /run-trough.sh install: - pip install . pytest requests warcio