2020
2121 - run :
2222 name : Run tests
23- command : tox -e 'py36-dj{20,21,22,30}'
23+ command : tox -e 'py36-dj{20,21,22,30,31 }'
2424 environment :
2525 DATABASE_URL : ' postgres://psqlextra:psqlextra@localhost:5432/psqlextra'
2626
4444
4545 - run :
4646 name : Run tests
47- command : tox -e 'py37-dj{20,21,22,30}'
47+ command : tox -e 'py37-dj{20,21,22,30,31 }'
4848 environment :
4949 DATABASE_URL : ' postgres://psqlextra:psqlextra@localhost:5432/psqlextra'
5050
6868
6969 - run :
7070 name : Run tests
71- command : tox -e 'py38-dj{20,21,22,30}'
71+ command : tox -e 'py38-dj{20,21,22,30,31 }'
7272 environment :
7373 DATABASE_URL : ' postgres://psqlextra:psqlextra@localhost:5432/psqlextra'
7474
9999
100100 - run :
101101 name : Run tests
102- command : tox -e 'py39-dj{21,22,30}'
102+ command : tox -e 'py39-dj{21,22,30,31 }'
103103 environment :
104104 DATABASE_URL : ' postgres://psqlextra:psqlextra@localhost:5432/psqlextra'
105105
@@ -112,7 +112,7 @@ jobs:
112112
113113 analysis :
114114 docker :
115- - image : python:3.7 -alpine
115+ - image : python:3.8 -alpine
116116 steps :
117117 - checkout
118118 - run :
0 commit comments