mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
more fiddling with travis/docker
This commit is contained in:
parent
a12ee18f34
commit
e909ccfc40
@ -11,5 +11,5 @@ services:
|
|||||||
before_install:
|
before_install:
|
||||||
- docker build -t internetarchive/rethinkdb tests
|
- docker build -t internetarchive/rethinkdb tests
|
||||||
script:
|
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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user