mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
enable pypy and pypy3 travis-ci tests, but allow failures
This commit is contained in:
parent
00f48d6566
commit
a5d6d634d8
41
.travis.yml
41
.travis.yml
@ -1,31 +1,36 @@
|
||||
language: python
|
||||
python:
|
||||
- 3.5
|
||||
- 3.4
|
||||
- 2.7
|
||||
- nightly
|
||||
# - pypy
|
||||
# - pypy3
|
||||
- 3.5
|
||||
- 3.4
|
||||
- 2.7
|
||||
- nightly
|
||||
- pypy
|
||||
- pypy3
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- python: pypy
|
||||
- python: pypy3
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- python-gdbm
|
||||
- python3-gdbm
|
||||
- tor
|
||||
apt:
|
||||
packages:
|
||||
- python-gdbm
|
||||
- python3-gdbm
|
||||
- tor
|
||||
|
||||
services:
|
||||
- docker
|
||||
- docker
|
||||
|
||||
before_install:
|
||||
- sudo service docker restart ; sleep 10 # https://github.com/travis-ci/travis-ci/issues/4778
|
||||
- docker run -d --publish=28015:28015 rethinkdb
|
||||
- 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
|
||||
- pip install . pytest requests
|
||||
|
||||
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
|
||||
- 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