On Travis, don't allow Python 3.7 to fail

This commit is contained in:
Kodi Arfer 2018-03-24 12:34:32 -07:00
parent 268eba93fe
commit f8d919a491
1 changed files with 0 additions and 3 deletions

View File

@ -8,9 +8,6 @@ python:
- "3.7-dev"
- pypy
- pypy3
matrix:
allow_failures:
- python: "3.7-dev"
install:
- pip install -r requirements-travis.txt
- pip install --process-dependency-links -e .