File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -64,25 +64,21 @@ matrix:
64
64
- python : ' 2.7'
65
65
env : TOXENV=flakeplus
66
66
stage : lint
67
- - python : pypy2.7-7.2
67
+ - python : pypy2.7-7.3
68
68
env : TOXENV=pypy
69
69
before_install : sudo apt-get update && sudo apt-get install libgnutls-dev
70
70
stage : test
71
71
- python : pypy3.5-7.0
72
72
env : TOXENV=pypy3
73
73
before_install : sudo apt-get update && sudo apt-get install libgnutls-dev
74
74
stage : test
75
- - python : pypy3.6-7.2
75
+ - python : pypy3.6-7.3
76
76
env : TOXENV=pypy3
77
77
before_install : sudo apt-get update && sudo apt-get install libgnutls-dev
78
78
stage : test
79
79
allow_failures :
80
- - python : pypy2.7-7.2
81
- env : TOXENV=pypy
82
80
- python : pypy3.5-7.0
83
81
env : TOXENV=pypy3
84
- - python : pypy3.6-7.2
85
- env : TOXENV=pypy3
86
82
87
83
before_install :
88
84
- sudo apt install libcurl4-openssl-dev libssl-dev gnutls-dev
You can’t perform that action at this time.
0 commit comments