Allow pypy to fail. It's failing on Travis but not locally.
This commit is contained in:
parent
7bee559740
commit
0ca388e699
|
@ -5,6 +5,9 @@ python:
|
||||||
- 3.4
|
- 3.4
|
||||||
- 3.5
|
- 3.5
|
||||||
- pypy
|
- pypy
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- python: pypy
|
||||||
script:
|
script:
|
||||||
- pip install -U pytest
|
- pip install -U pytest
|
||||||
- python setup.py test
|
- python setup.py test
|
||||||
|
|
Loading…
Reference in New Issue
Block a user