File tree 1 file changed +17
-13
lines changed
1 file changed +17
-13
lines changed Original file line number Diff line number Diff line change @@ -21,30 +21,34 @@ jobs:
21
21
# - TestArgComplete (linux only)
22
22
# - numpy
23
23
# - verbose=0
24
- # - test_sys_breakpoint_interception (via pexpect).
25
24
- stage : baseline
26
- env : TOXENV=py38 -xdist
27
- python : ' 3.8 '
25
+ env : TOXENV=py27 -xdist
26
+ python : ' 2.7 '
28
27
29
- # Run also non-verbosely, to gain coverage
30
- - env : TOXENV=py38-xdist PYTEST_ADDOPTS=""
28
+ - env : TOXENV=py38-xdist
31
29
python : ' 3.8'
32
30
33
- - env : TOXENV=py27-xdist
31
+ - stage : tests
32
+ # - _pytest.unittest._handle_skip (via pexpect).
33
+ env : TOXENV=py27-pexpect,py27-twisted
34
34
python : ' 2.7'
35
35
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
38
43
python : ' 3.7.4'
39
44
45
+ # - test_sys_breakpoint_interception (via pexpect).
40
46
- env : TOXENV=py37-pexpect,py37-twisted
41
47
python : ' 3.7.4'
42
48
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'
48
52
49
53
- env : TOXENV=linting,docs,doctesting
50
54
cache :
You can’t perform that action at this time.
0 commit comments