From ef4b360d6cb80cf9b304deb431a9c73cb179de41 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Fri, 2 Oct 2015 01:39:36 +0000 Subject: [PATCH] duh, docker container doesn't inherit python --- .travis.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7757832..ebc28ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,7 @@ sudo: required language: python -python: - - 2.7 - - 3.4 - - 3.5 - - nightly - - pypy services: - docker -before_install: - - docker build -t internetarchive/rethinkdb tests script: - - docker run --rm -i -t --volume="$TRAVIS_BUILD_DIR:/rethinkstuff" internetarchive/rethinkdb /sbin/my_init -- bash -x -c "cd /rethinkstuff && virtualenv /tmp/venv && source /tmp/venv/bin/activate && pip install pytest . && py.test -v -s tests" + - ./tests/run-tests.sh