@@ -22,59 +22,67 @@ jobs:
22
22
- stage : tests
23
23
env : TOXENV=py27-pytest46-xdist27-coverage45
24
24
python : ' 2.7'
25
- - env : TOXENV=py27-pytest46-xdist27-coverage51
25
+ - env : TOXENV=py27-pytest46-xdist27-coverage52
26
26
python : ' 2.7'
27
27
- env : TOXENV=py35-pytest46-xdist27-coverage45
28
28
python : ' 3.5'
29
- - env : TOXENV=py35-pytest46-xdist27-coverage51
29
+ - env : TOXENV=py35-pytest46-xdist27-coverage52
30
30
python : ' 3.5'
31
31
- env : TOXENV=py36-pytest46-xdist27-coverage45
32
32
python : ' 3.6'
33
- - env : TOXENV=py36-pytest46-xdist27-coverage51
33
+ - env : TOXENV=py36-pytest46-xdist27-coverage52
34
34
python : ' 3.6'
35
35
- env : TOXENV=py37-pytest46-xdist27-coverage45
36
36
python : ' 3.7'
37
- - env : TOXENV=py37-pytest46-xdist27-coverage51
37
+ - env : TOXENV=py37-pytest46-xdist27-coverage52
38
38
python : ' 3.7'
39
39
- env : TOXENV=pypy-pytest46-xdist27-coverage45
40
40
python : ' pypy'
41
- - env : TOXENV=pypy-pytest46-xdist27-coverage51
41
+ - env : TOXENV=pypy-pytest46-xdist27-coverage52
42
42
python : ' pypy'
43
43
- env : TOXENV=pypy3-pytest46-xdist27-coverage45
44
44
python : ' pypy3'
45
- - env : TOXENV=pypy3-pytest46-xdist27-coverage51
45
+ - env : TOXENV=pypy3-pytest46-xdist27-coverage52
46
46
python : ' pypy3'
47
- - env : TOXENV=py36-pytest46-xdist32 -coverage45
47
+ - env : TOXENV=py36-pytest46-xdist33 -coverage45
48
48
python : ' 3.6'
49
- - env : TOXENV=py36-pytest46-xdist32-coverage51
49
+ - env : TOXENV=py36-pytest46-xdist33-coverage52
50
50
python : ' 3.6'
51
- - env : TOXENV=py36-pytest54-xdist32 -coverage45
51
+ - env : TOXENV=py36-pytest54-xdist33 -coverage45
52
52
python : ' 3.6'
53
- - env : TOXENV=py36-pytest54-xdist32-coverage51
53
+ - env : TOXENV=py36-pytest54-xdist33-coverage52
54
54
python : ' 3.6'
55
- - env : TOXENV=py37-pytest46-xdist32 -coverage45
55
+ - env : TOXENV=py37-pytest46-xdist33 -coverage45
56
56
python : ' 3.7'
57
- - env : TOXENV=py37-pytest46-xdist32-coverage51
57
+ - env : TOXENV=py37-pytest46-xdist33-coverage52
58
58
python : ' 3.7'
59
- - env : TOXENV=py37-pytest54-xdist32 -coverage45
59
+ - env : TOXENV=py37-pytest54-xdist33 -coverage45
60
60
python : ' 3.7'
61
- - env : TOXENV=py37-pytest54-xdist32-coverage51
61
+ - env : TOXENV=py37-pytest54-xdist33-coverage52
62
62
python : ' 3.7'
63
- - env : TOXENV=py38-pytest46-xdist32 -coverage45
63
+ - env : TOXENV=py38-pytest46-xdist33 -coverage45
64
64
python : ' 3.8'
65
- - env : TOXENV=py38-pytest46-xdist32-coverage51
65
+ - env : TOXENV=py38-pytest46-xdist33-coverage52
66
66
python : ' 3.8'
67
- - env : TOXENV=py38-pytest54-xdist32 -coverage45
67
+ - env : TOXENV=py38-pytest54-xdist33 -coverage45
68
68
python : ' 3.8'
69
- - env : TOXENV=py38-pytest54-xdist32-coverage51
69
+ - env : TOXENV=py38-pytest54-xdist33-coverage52
70
70
python : ' 3.8'
71
- - env : TOXENV=pypy3-pytest46-xdist32 -coverage45
71
+ - env : TOXENV=pypy3-pytest46-xdist33 -coverage45
72
72
python : ' pypy3'
73
- - env : TOXENV=pypy3-pytest46-xdist32-coverage51
73
+ - env : TOXENV=pypy3-pytest46-xdist33-coverage52
74
74
python : ' pypy3'
75
- - env : TOXENV=pypy3-pytest54-xdist32 -coverage45
75
+ - env : TOXENV=pypy3-pytest54-xdist33 -coverage45
76
76
python : ' pypy3'
77
- - env : TOXENV=pypy3-pytest54-xdist32-coverage51
77
+ - env : TOXENV=pypy3-pytest54-xdist33-coverage52
78
+ python : ' pypy3'
79
+ - env : TOXENV=py36-pytest60-xdist33-coverage52
80
+ python : ' 3.6'
81
+ - env : TOXENV=py37-pytest60-xdist33-coverage52
82
+ python : ' 3.7'
83
+ - env : TOXENV=py38-pytest60-xdist33-coverage52
84
+ python : ' 3.8'
85
+ - env : TOXENV=pypy3-pytest60-xdist33-coverage52
78
86
python : ' pypy3'
79
87
80
88
- stage : examples
0 commit comments