20
20
21
21
- run :
22
22
name : Run tests
23
- command : tox -e 'py36-dj{20,21,22,30}'
23
+ command : tox -e 'py36-dj{20,21,22,30,31 }'
24
24
environment :
25
25
DATABASE_URL : ' postgres://psqlextra:psqlextra@localhost:5432/psqlextra'
26
26
44
44
45
45
- run :
46
46
name : Run tests
47
- command : tox -e 'py37-dj{20,21,22,30}'
47
+ command : tox -e 'py37-dj{20,21,22,30,31 }'
48
48
environment :
49
49
DATABASE_URL : ' postgres://psqlextra:psqlextra@localhost:5432/psqlextra'
50
50
68
68
69
69
- run :
70
70
name : Run tests
71
- command : tox -e 'py38-dj{20,21,22,30}'
71
+ command : tox -e 'py38-dj{20,21,22,30,31 }'
72
72
environment :
73
73
DATABASE_URL : ' postgres://psqlextra:psqlextra@localhost:5432/psqlextra'
74
74
99
99
100
100
- run :
101
101
name : Run tests
102
- command : tox -e 'py39-dj{21,22,30}'
102
+ command : tox -e 'py39-dj{21,22,30,31 }'
103
103
environment :
104
104
DATABASE_URL : ' postgres://psqlextra:psqlextra@localhost:5432/psqlextra'
105
105
@@ -112,7 +112,7 @@ jobs:
112
112
113
113
analysis :
114
114
docker :
115
- - image : python:3.7 -alpine
115
+ - image : python:3.8 -alpine
116
116
steps :
117
117
- checkout
118
118
- run :
0 commit comments