@@ -20,55 +20,43 @@ jobs:
20
20
- env : TOXENV=docs
21
21
22
22
- stage : tests
23
- env : TOXENV=py27-pytest46-xdist127-coverage52
23
+ env : TOXENV=py27-pytest46-xdist127-coverage55
24
24
python : ' 2.7'
25
- - env : TOXENV=py27-pytest46-xdist127-coverage53
26
- python : ' 2.7'
27
- - env : TOXENV=py35-pytest46-xdist127-coverage52
28
- python : ' 3.5'
29
- - env : TOXENV=py35-pytest46-xdist127-coverage53
25
+ - env : TOXENV=py35-pytest46-xdist127-coverage55
30
26
python : ' 3.5'
31
- - env : TOXENV=py36-pytest46-xdist127-coverage52
32
- python : ' 3.6'
33
- - env : TOXENV=py36-pytest46-xdist127-coverage53
27
+ - env : TOXENV=py36-pytest46-xdist127-coverage55
34
28
python : ' 3.6'
35
- - env : TOXENV=py37-pytest46-xdist127-coverage52
29
+ - env : TOXENV=py37-pytest46-xdist127-coverage55
36
30
python : ' 3.7'
37
- - env : TOXENV=py37-pytest46-xdist127-coverage53
38
- python : ' 3.7'
39
- - env : TOXENV=pypy-pytest46-xdist127-coverage52
40
- python : ' pypy'
41
- - env : TOXENV=pypy-pytest46-xdist127-coverage53
31
+ - env : TOXENV=pypy-pytest46-xdist127-coverage55
42
32
python : ' pypy'
43
- - env : TOXENV=pypy3-pytest46-xdist127-coverage52
44
- python : ' pypy3'
45
- - env : TOXENV=pypy3-pytest46-xdist127-coverage53
33
+ - env : TOXENV=pypy3-pytest46-xdist127-coverage55
46
34
python : ' pypy3'
47
- - env : TOXENV=py36-pytest46-xdist133-coverage53
35
+ - env : TOXENV=py36-pytest46-xdist133-coverage55
48
36
python : ' 3.6'
49
- - env : TOXENV=py36-pytest54-xdist133-coverage53
37
+ - env : TOXENV=py36-pytest54-xdist133-coverage55
50
38
python : ' 3.6'
51
- - env : TOXENV=py37-pytest46-xdist133-coverage53
39
+ - env : TOXENV=py37-pytest46-xdist133-coverage55
52
40
python : ' 3.7'
53
- - env : TOXENV=py37-pytest54-xdist133-coverage53
41
+ - env : TOXENV=py37-pytest54-xdist133-coverage55
54
42
python : ' 3.7'
55
- - env : TOXENV=py38-pytest46-xdist133-coverage53
43
+ - env : TOXENV=py38-pytest46-xdist133-coverage55
56
44
python : ' 3.8'
57
- - env : TOXENV=py38-pytest54-xdist133-coverage53
45
+ - env : TOXENV=py38-pytest54-xdist133-coverage55
58
46
python : ' 3.8'
59
- - env : TOXENV=pypy3-pytest46-xdist133-coverage53
47
+ - env : TOXENV=pypy3-pytest46-xdist133-coverage55
60
48
python : ' pypy3'
61
- - env : TOXENV=pypy3-pytest54-xdist133-coverage53
49
+ - env : TOXENV=pypy3-pytest54-xdist133-coverage55
62
50
python : ' pypy3'
63
- - env : TOXENV=py36-pytest62-xdist202-coverage53
51
+ - env : TOXENV=py36-pytest62-xdist202-coverage55
64
52
python : ' 3.6'
65
- - env : TOXENV=py37-pytest62-xdist202-coverage53
53
+ - env : TOXENV=py37-pytest62-xdist202-coverage55
66
54
python : ' 3.7'
67
- - env : TOXENV=py38-pytest62-xdist202-coverage53
55
+ - env : TOXENV=py38-pytest62-xdist202-coverage55
68
56
python : ' 3.8'
69
- - env : TOXENV=py39-pytest62-xdist202-coverage53
57
+ - env : TOXENV=py39-pytest62-xdist202-coverage55
70
58
python : ' 3.9'
71
- - env : TOXENV=pypy3-pytest62-xdist202-coverage53
59
+ - env : TOXENV=pypy3-pytest62-xdist202-coverage55
72
60
python : ' pypy3'
73
61
74
62
- stage : examples
0 commit comments