Skip to content

Commit a73d015

Browse files
committed
ci: Travis: move py37-pexpect to another job
It does not have to run all tests again by itself.
1 parent 3cb1457 commit a73d015

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 37
3636

3737
# Full run of latest supported version, without xdist.
38-
- env: TOXENV=py37
38+
# Coverage for:
39+
# - test_sys_breakpoint_interception (via pexpect).
40+
- env: TOXENV=py37-pexpect PYTEST_COVERAGE=1
3941
python: '3.7'
4042

4143
# Coverage tracking is slow with pypy, skip it.
@@ -54,9 +56,6 @@ jobs:
5456
- env: TOXENV=py37-lsof-oldattrs-numpy-twisted-xdist PYTEST_COVERAGE=1 PYTEST_ADDOPTS=
5557

5658
# Specialized factors for py37.
57-
# Coverage for:
58-
# - test_sys_breakpoint_interception (via pexpect).
59-
- env: TOXENV=py37-pexpect PYTEST_COVERAGE=1
6059
- env: TOXENV=py37-pluggymaster-xdist
6160
- env: TOXENV=py37-freeze
6261

0 commit comments

Comments
 (0)