Merge pull request #5396 from blueyed/travis-py37-nocov

Revert "Enable coverage for 'py37' environment"
This commit is contained in:
Daniel Hahler 2019-06-05 12:40:46 +02:00 committed by GitHub
commit be84ba8a33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 37
# Full run of latest supported version, without xdist.
- env: TOXENV=py37 PYTEST_COVERAGE=1
- env: TOXENV=py37
python: '3.7'
# Coverage tracking is slow with pypy, skip it.