Run tests against Django 3.1

This commit is contained in:
Swen Kooij
2020-10-07 11:48:09 +03:00
parent fd2d85064f
commit c06d09f7d8
2 changed files with 6 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ jobs:
- run:
name: Run tests
command: tox -e 'py36-dj{20,21,22,30}'
command: tox -e 'py36-dj{20,21,22,30,31}'
environment:
DATABASE_URL: 'postgres://localizedfields:localizedfields@localhost:5432/localizedfields'
@@ -47,7 +47,7 @@ jobs:
- run:
name: Run tests
command: tox -e 'py37-dj{20,21,22,30}'
command: tox -e 'py37-dj{20,21,22,30,31}'
environment:
DATABASE_URL: 'postgres://localizedfields:localizedfields@localhost:5432/localizedfields'
@@ -74,7 +74,7 @@ jobs:
- run:
name: Run tests
command: tox -e 'py38-dj{20,21,22,30}'
command: tox -e 'py38-dj{20,21,22,30,31}'
environment:
DATABASE_URL: 'postgres://localizedfields:localizedfields@localhost:5432/localizedfields'
@@ -101,7 +101,7 @@ jobs:
- run:
name: Run tests
command: tox -e 'py39-dj{21,22,30}'
command: tox -e 'py39-dj{21,22,30,31}'
environment:
DATABASE_URL: 'postgres://localizedfields:localizedfields@localhost:5432/localizedfields'