mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
try it this way travis
This commit is contained in:
parent
87d2f11090
commit
a12ee18f34
15
.travis.yml
15
.travis.yml
@ -1,10 +1,15 @@
|
|||||||
sudo: required
|
sudo: required
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- 3.4
|
- 2.7
|
||||||
- 3.5
|
- 3.4
|
||||||
- 2.7
|
- 3.5
|
||||||
|
- nightly
|
||||||
|
- pypy
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
before_install:
|
||||||
|
- docker build -t internetarchive/rethinkdb tests
|
||||||
script:
|
script:
|
||||||
- ./tests/run-tests.sh
|
- 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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user