Skip to content

Commit ea5cdfe

Browse files
committed
coverage for _handle_skip
1 parent 7fd8bbf commit ea5cdfe

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

.travis.yml

+17-13
Original file line numberDiff line numberDiff line change
@@ -21,30 +21,34 @@ jobs:
2121
# - TestArgComplete (linux only)
2222
# - numpy
2323
# - verbose=0
24-
# - test_sys_breakpoint_interception (via pexpect).
2524
- stage: baseline
26-
env: TOXENV=py38-xdist
27-
python: '3.8'
25+
env: TOXENV=py27-xdist
26+
python: '2.7'
2827

29-
# Run also non-verbosely, to gain coverage
30-
- env: TOXENV=py38-xdist PYTEST_ADDOPTS=""
28+
- env: TOXENV=py38-xdist
3129
python: '3.8'
3230

33-
- env: TOXENV=py27-xdist
31+
- stage: tests
32+
# - _pytest.unittest._handle_skip (via pexpect).
33+
env: TOXENV=py27-pexpect,py27-twisted
3434
python: '2.7'
3535

36-
- stage: tests
37-
env: TOXENV=py37-numpy-pexpect-twisted
36+
- env: TOXENV=py35-xdist
37+
python: '3.5.9'
38+
39+
- env: TOXENV=py36-xdist PYTEST_REORDER_TESTS=0
40+
python: '3.6.9'
41+
42+
- env: TOXENV=py37-numpy-pexpect-twisted
3843
python: '3.7.4'
3944

45+
# - test_sys_breakpoint_interception (via pexpect).
4046
- env: TOXENV=py37-pexpect,py37-twisted
4147
python: '3.7.4'
4248

43-
- env: TOXENV=py36-xdist PYTEST_REORDER_TESTS=0
44-
python: '3.6.9'
45-
46-
- env: TOXENV=py35-xdist
47-
python: '3.5.9'
49+
# Run also non-verbosely, to gain coverage
50+
- env: TOXENV=py38-xdist PYTEST_ADDOPTS=""
51+
python: '3.8'
4852

4953
- env: TOXENV=linting,docs,doctesting
5054
cache:

0 commit comments

Comments
 (0)