On Travis, don't allow Python 3.7 to fail
This commit is contained in:
parent
268eba93fe
commit
f8d919a491
@ -8,9 +8,6 @@ python:
|
|||||||
- "3.7-dev"
|
- "3.7-dev"
|
||||||
- pypy
|
- pypy
|
||||||
- pypy3
|
- pypy3
|
||||||
matrix:
|
|
||||||
allow_failures:
|
|
||||||
- python: "3.7-dev"
|
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements-travis.txt
|
- pip install -r requirements-travis.txt
|
||||||
- pip install --process-dependency-links -e .
|
- pip install --process-dependency-links -e .
|
||||||
|
Loading…
Reference in New Issue
Block a user