Merge pull request #2286 from pytest-dev/disable-py37-travis
Allow py37-nightly to fail on Travis
This commit is contained in:
commit
07623e78ce
|
@ -34,6 +34,9 @@ matrix:
|
||||||
python: '3.6-dev'
|
python: '3.6-dev'
|
||||||
- env: TOXENV=py37
|
- env: TOXENV=py37
|
||||||
python: 'nightly'
|
python: 'nightly'
|
||||||
|
allow_failures:
|
||||||
|
- env: TOXENV=py37
|
||||||
|
python: 'nightly'
|
||||||
|
|
||||||
script: tox --recreate
|
script: tox --recreate
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue