Skip to content

Commit

Permalink
added Django 3.0 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagaro committed Dec 6, 2019
1 parent 2f3721a commit 6bb205b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ matrix:
- { python: "3.6", env: DJANGO=2.2 DATABASE=postgres }
- { python: "3.7", env: DJANGO=2.2 DATABASE=postgres }

- { python: "3.6", env: DJANGO=3.0 DATABASE=postgres }
- { python: "3.7", env: DJANGO=3.0 DATABASE=postgres }
- { python: "3.8", env: DJANGO=3.0 DATABASE=postgres }

- { python: "3.5", env: DJANGO=master DATABASE=postgres }
- { python: "3.6", env: DJANGO=master DATABASE=postgres }
- { python: "3.7", env: DJANGO=master DATABASE=postgres }
Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ envlist =
{py34,py35,py36,py37}-django20,
{py35,py36,py37}-django21,
{py35,py36,py37}-django22,
{py36,py37,py38}-django30,
{py35,py36,py37}-djangomaster

[testenv]
Expand All @@ -19,6 +20,7 @@ deps =
django20: Django>=2.0,<2.1
django21: Django>=2.1,<2.2
django22: Django>=2.2,<3.0
django30: Django>=3.0,<3.1
djangomaster: https://github.com/django/django/archive/master.tar.gz
postgres: psycopg2-binary
argparse
Expand All @@ -34,6 +36,7 @@ DJANGO =
2.0: django20
2.1: django21
2.2: django22
3.0: django30
master: djangomaster

DATABASE =
Expand Down

0 comments on commit 6bb205b

Please sign in to comment.