feat: add django 3.0 support in tests and readme

This commit is contained in:
jar3b
2019-12-15 01:17:56 +03:00
parent 769066a461
commit 311843f647
3 changed files with 5 additions and 4 deletions

View File

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