Add python 3.7-dev to travis, allow it to fail

This commit is contained in:
Simon Gomizelj 2018-02-09 16:27:59 -05:00
parent 5c720c0110
commit 7dcf1fa63d
1 changed files with 4 additions and 0 deletions

View File

@ -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 .