Skip to content

Commit fbbfd70

Browse files
committed
Travis: only use jobs
1 parent dcce0a9 commit fbbfd70

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.travis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ python:
1010
- '3.7'
1111
install:
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

2114
matrix:
2215
allow_failures:
@@ -25,6 +18,12 @@ matrix:
2518

2619
jobs:
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.

0 commit comments

Comments
 (0)