Allow py37-nightly to fail on Travis

Related to #2285
This commit is contained in:
Bruno Oliveira 2017-03-04 07:17:39 -03:00
parent 5721d8aed1
commit b61dcded37
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ matrix:
python: '3.6-dev'
- env: TOXENV=py37
python: 'nightly'
allow_failures:
- env: TOXENV=py37
python: 'nightly'
script: tox --recreate