Add 3.7 to allowed failures
This commit is contained in:
@@ -5,10 +5,13 @@ python:
|
|||||||
- 3.4
|
- 3.4
|
||||||
- 3.5
|
- 3.5
|
||||||
- 3.6
|
- 3.6
|
||||||
|
- 3.7
|
||||||
- nightly
|
- nightly
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: nightly
|
- python:
|
||||||
|
- nightly
|
||||||
|
- 3.7
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
before_install:
|
before_install:
|
||||||
- pip install --upgrade pip
|
- pip install --upgrade pip
|
||||||
|
|||||||
Reference in New Issue
Block a user