mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
ok forget run-tests.sh, just run rethinkdb in docker container, tests outside
This commit is contained in:
parent
f4fb551d95
commit
e764033443
14
.travis.yml
14
.travis.yml
@ -1,7 +1,17 @@
|
||||
sudo: required
|
||||
language: python
|
||||
python:
|
||||
- 3.5
|
||||
- 3.4
|
||||
- 2.7
|
||||
- nightly
|
||||
- pypy
|
||||
- pypy3
|
||||
services:
|
||||
- docker
|
||||
before_install:
|
||||
- docker run -d --publish=28015:28015 rethinkdb
|
||||
install:
|
||||
- pip install . pytest
|
||||
script:
|
||||
- ./tests/run-tests.sh
|
||||
- py.test -v -s tests
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user