Add python 3.7-dev to travis, allow it to fail
This commit is contained in:
parent
5c720c0110
commit
7dcf1fa63d
@ -5,8 +5,12 @@ python:
|
|||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
|
- "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 -e .
|
- pip install -e .
|
||||||
|
Loading…
Reference in New Issue
Block a user