File tree 1 file changed +0
-18
lines changed
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
dist : xenial
3
- stages :
4
- - baseline
5
- - test
6
-
7
3
python : ' 3.7'
8
4
cache : false
9
5
@@ -46,25 +42,11 @@ jobs:
46
42
- env : TOXENV=py37-lsof-numpy-oldattrs-pexpect-twisted PYTEST_COVERAGE=1 PYTEST_ADDOPTS=
47
43
python : ' 3.7'
48
44
49
- # Coverage tracking is slow with pypy, skip it.
50
- - env : TOXENV=pypy3-xdist
51
- python : ' pypy3'
52
-
53
45
# Coverage for Python 3.5.{0,1} specific code, mostly typing related.
54
46
- env : TOXENV=py35 PYTEST_COVERAGE=1 PYTEST_ADDOPTS="-k test_raises_cyclic_reference"
55
47
python : ' 3.5.1'
56
48
dist : trusty
57
49
58
- # Specialized factors for py37.
59
- - env : TOXENV=py37-pluggymaster-xdist
60
- - env : TOXENV=py37-freeze
61
-
62
- - env : TOXENV=py38-xdist
63
- python : ' 3.8'
64
-
65
- - stage : baseline
66
- env : TOXENV=py36-xdist
67
- python : ' 3.6'
68
50
- env : TOXENV=linting,docs,doctesting PYTEST_COVERAGE=1
69
51
cache :
70
52
directories :
You can’t perform that action at this time.
0 commit comments