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.5"
|
||||
- "3.6"
|
||||
- "3.7-dev"
|
||||
- pypy
|
||||
- pypy3
|
||||
matrix:
|
||||
allow_failures:
|
||||
- python: "3.7-dev"
|
||||
install:
|
||||
- pip install -r requirements-travis.txt
|
||||
- pip install -e .
|
||||
|
Loading…
Reference in New Issue
Block a user