Skip to content

Commit 6d393c5

Browse files
committed
Enable coverage for 'py37' environment
1 parent 8292644 commit 6d393c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 37
3535

3636
# Full run of latest supported version, without xdist.
37-
- env: TOXENV=py37
37+
- env: TOXENV=py37 PYTEST_COVERAGE=1
3838
python: '3.7'
3939

4040
# Coverage tracking is slow with pypy, skip it.

0 commit comments

Comments
 (0)