File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,6 @@ python:
1010 - ' 3.7'
1111install :
1212 - python -m pip install --upgrade --pre tox
13- env :
14- matrix :
15- # Coverage for:
16- # - pytester's LsofFdLeakChecker (can be done with lsof factor later).
17- - TOXENV=py27 PYTEST_COVERAGE=1
18- # Specialized factors for py37.
19- - env : TOXENV=py37-pexpect,py37-trial PYTEST_COVERAGE=1
2013
2114matrix :
2215 allow_failures :
@@ -25,6 +18,12 @@ matrix:
2518
2619jobs :
2720 include :
21+ # Coverage for:
22+ # - pytester's LsofFdLeakChecker (can be done with lsof factor later).
23+ - env : TOXENV=py27 PYTEST_COVERAGE=1
24+ python : ' 2.7'
25+ # Specialized factors for py37.
26+ - env : TOXENV=py37-pexpect,py37-trial PYTEST_COVERAGE=1
2827 - &test-macos
2928 # NOTE: (tests with) pexpect appear to be buggy on Travis,
3029 # at least with coverage.
You can’t perform that action at this time.
0 commit comments