File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ jobs:
49
49
python : ' 3.7'
50
50
51
51
# Coverage tracking is slow with pypy, skip it.
52
- - env : TOXENV=pypy-xdist
52
+ - env : TOXENV=pypy
53
53
python : ' pypy'
54
- - env : TOXENV=pypy3-xdist
54
+ - env : TOXENV=pypy3
55
55
python : ' pypy3'
56
56
57
- - env : TOXENV=py34-xdist
57
+ - env : TOXENV=py34
58
58
python : ' 3.4'
59
59
- env : TOXENV=py35-xdist
60
60
python : ' 3.5'
80
80
- env : TOXENV=py37-freeze
81
81
82
82
# Jobs only run via Travis cron jobs (currently daily).
83
- - env : TOXENV=py38-xdist
83
+ - env : TOXENV=py38
84
84
python : ' 3.8-dev'
85
85
if : type = cron
86
86
90
90
env : TOXENV=py27-pexpect,py27-twisted PYTEST_COVERAGE=1
91
91
python : ' 2.7'
92
92
# Use py36 here for faster baseline.
93
- - env : TOXENV=py36-xdist
93
+ - env : TOXENV=py36
94
94
python : ' 3.6'
95
95
- env : TOXENV=linting,docs,doctesting PYTEST_COVERAGE=1
96
96
cache :
@@ -123,8 +123,8 @@ jobs:
123
123
124
124
matrix :
125
125
allow_failures :
126
- - python : ' 3.8-dev '
127
- env : TOXENV=py38-xdist
126
+ - env : TOXENV=py38
127
+ python : ' 3.8-dev '
128
128
# Temporary (https://github.com/pytest-dev/pytest/pull/5334).
129
129
- env : TOXENV=pypy3-xdist
130
130
python : ' pypy3'
You can’t perform that action at this time.
0 commit comments