Revert "Enable coverage for 'py37' environment"

This reverts commit 6d393c5dc8.

It should not be necessary, because we have it via other jobs already.
This commit is contained in:
Daniel Hahler 2019-06-05 01:58:45 +02:00
parent 190456aeda
commit d9eafbdee3
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.