Merge pull request #2286 from pytest-dev/disable-py37-travis

Allow py37-nightly to fail on Travis
This commit is contained in:
Ronny Pfannschmidt 2017-03-04 11:55:07 +01:00 committed by GitHub
commit 07623e78ce
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