From e909ccfc401eb6a11f9b48f44b420723fb01cfbd Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Fri, 2 Oct 2015 00:22:49 +0000 Subject: [PATCH] more fiddling with travis/docker --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 201d9d6..b952cde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,5 @@ services: before_install: - docker build -t internetarchive/rethinkdb tests script: - - docker run --rm -i -t --volume="..:/rethinkstuff" internetarchive/rethinkdb /sbin/my_init -- bash -x -c "cd /rethinkstuff && virtualenv -p $python /tmp/venv && source /tmp/venv/bin/activate && pip install pytest . && py.test -v -s tests" + - docker run --rm -i -t internetarchive/rethinkdb /sbin/my_init -- bash -x -c "cd /rethinkstuff && /tmp/venv && source /tmp/venv/bin/activate && pip install pytest . && py.test -v -s tests"