mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
duh, docker container doesn't inherit python
This commit is contained in:
parent
7e96d65f96
commit
ef4b360d6c
10
.travis.yml
10
.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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user