File tree 1 file changed +9
-14
lines changed
1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change 6
6
if : repo = pytest-dev/pytest AND tag IS NOT present
7
7
- name : deploy
8
8
if : repo = pytest-dev/pytest AND tag IS present
9
- python : ' 3.7'
9
+ python :
10
+ - ' 2.7'
11
+ - ' 3.4'
12
+ - ' 3.5'
13
+ - ' 3.6'
14
+ - ' 3.7'
15
+ - ' 3.8-dev'
16
+ - ' pypy'
17
+ - ' pypy3'
10
18
cache : false
11
19
12
20
env :
@@ -44,20 +52,14 @@ jobs:
44
52
45
53
# Full run of latest (major) supported versions, without xdist.
46
54
- env : TOXENV=py27
47
- python : ' 2.7'
48
55
- env : TOXENV=py37
49
- python : ' 3.7'
50
56
51
57
# Coverage tracking is slow with pypy, skip it.
52
58
- env : TOXENV=pypy
53
- python : ' pypy'
54
59
- env : TOXENV=pypy3
55
- python : ' pypy3'
56
60
57
61
- env : TOXENV=py34
58
- python : ' 3.4'
59
62
- env : TOXENV=py35-xdist
60
- python : ' 3.5'
61
63
62
64
# Coverage for:
63
65
# - pytester's LsofFdLeakChecker
68
70
69
71
# Specialized factors for py27.
70
72
- env : TOXENV=py27-nobyte-numpy-xdist
71
- python : ' 2.7'
72
73
- env : TOXENV=py27-pluggymaster-xdist
73
- python : ' 2.7'
74
74
75
75
# Specialized factors for py37.
76
76
# Coverage for:
@@ -81,17 +81,14 @@ jobs:
81
81
82
82
# Jobs only run via Travis cron jobs (currently daily).
83
83
- env : TOXENV=py38
84
- python : ' 3.8-dev'
85
84
if : type = cron
86
85
87
86
- stage : baseline
88
87
# Coverage for:
89
88
# - _pytest.unittest._handle_skip (via pexpect).
90
89
env : TOXENV=py27-pexpect,py27-twisted PYTEST_COVERAGE=1
91
- python : ' 2.7'
92
90
# Use py36 here for faster baseline.
93
91
- env : TOXENV=py36
94
- python : ' 3.6'
95
92
- env : TOXENV=linting,docs,doctesting PYTEST_COVERAGE=1
96
93
cache :
97
94
directories :
@@ -124,10 +121,8 @@ jobs:
124
121
matrix :
125
122
allow_failures :
126
123
- env : TOXENV=py38
127
- python : ' 3.8-dev'
128
124
# Temporary (https://github.com/pytest-dev/pytest/pull/5334).
129
125
- env : TOXENV=pypy3-xdist
130
- python : ' pypy3'
131
126
132
127
before_script :
133
128
- |
You can’t perform that action at this time.
0 commit comments