test with rethinkdb flags too

This commit is contained in:
Noah Levitt 2015-11-02 22:21:43 +00:00
parent 3e2696525b
commit 9f84c20274

View File

@ -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