Add 3.7 to allowed failures

This commit is contained in:
Edridge D'Souza
2018-07-24 16:09:31 -04:00
parent 84f1c75ee3
commit a201b86041

View File

@@ -5,10 +5,13 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7
- nightly
matrix:
allow_failures:
- python: nightly
- python:
- nightly
- 3.7
fast_finish: true
before_install:
- pip install --upgrade pip