summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-10-17 00:07:52 +0200
committerDaniel Hahler <git@thequod.de>2019-10-17 02:19:46 +0200
commita73d0151a68cf516ed6c36b6e7e086b91c8ccbc9 (patch)
tree7daaa0e49b9881b390e80c1125241dfb1ecbb8a0 /.travis.yml
parent3cb1457e6ddbaec97bf2ca8f44209bd88ff11bb2 (diff)
downloadpytest-a73d0151a68cf516ed6c36b6e7e086b91c8ccbc9.tar.gz
ci: Travis: move py37-pexpect to another job
It does not have to run all tests again by itself.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index c713a19a1..b77c3f595 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,7 +35,9 @@ 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
+ # Coverage for:
+ # - test_sys_breakpoint_interception (via pexpect).
+ - env: TOXENV=py37-pexpect PYTEST_COVERAGE=1
python: '3.7'
# Coverage tracking is slow with pypy, skip it.
@@ -54,9 +56,6 @@ jobs:
- env: TOXENV=py37-lsof-oldattrs-numpy-twisted-xdist PYTEST_COVERAGE=1 PYTEST_ADDOPTS=
# Specialized factors for py37.
- # Coverage for:
- # - test_sys_breakpoint_interception (via pexpect).
- - env: TOXENV=py37-pexpect PYTEST_COVERAGE=1
- env: TOXENV=py37-pluggymaster-xdist
- env: TOXENV=py37-freeze