Enable coverage for 'py37' environment

This commit is contained in:
Bruno Oliveira 2019-06-03 11:27:07 -03:00
parent 8292644015
commit 6d393c5dc8
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
- env: TOXENV=py37 PYTEST_COVERAGE=1
python: '3.7'
# Coverage tracking is slow with pypy, skip it.