From d9eafbdee3401538cf9dc594df5006d1d3b72f8a Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 5 Jun 2019 01:58:45 +0200 Subject: [PATCH] Revert "Enable coverage for 'py37' environment" This reverts commit 6d393c5dc8bfc9e437f85dae83914004409b1bc2. It should not be necessary, because we have it via other jobs already. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 61d4df4df..0b62b133c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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.