mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
test with rethinkdb flags too
This commit is contained in:
parent
3e2696525b
commit
9f84c20274
12
.travis.yml
12
.travis.yml
@ -1,6 +1,3 @@
|
||||
# http://docs.travis-ci.com/user/migrating-from-legacy/
|
||||
sudo: false
|
||||
|
||||
language: python
|
||||
|
||||
python:
|
||||
@ -17,8 +14,15 @@ addons:
|
||||
- python-gdbm
|
||||
- python3-gdbm
|
||||
|
||||
before_install:
|
||||
- sudo service docker restart ; sleep 10 # https://github.com/travis-ci/travis-ci/issues/4778
|
||||
- docker run -d --publish=28015:28015 rethinkdb
|
||||
|
||||
before_script:
|
||||
- pip install . pytest requests
|
||||
|
||||
script: py.test -v -s tests
|
||||
script:
|
||||
- py.test -v -s tests
|
||||
- py.test -v -s --rethinkdb-servers=localhost tests tests
|
||||
- py.test -v -s --rethinkdb-servers=localhost --rethinkdb-big-table tests
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user