Skip to content

Commit

Permalink
Add Django 3.1 to QA
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Aug 5, 2020
1 parent b9ce468 commit 67074db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ python:
- 3.6

env:
- DJANGO="Django>=3.1,<3.2"
- DJANGO="Django>=3.0,<3.1"
- DJANGO="Django>=2.2,<2.3"
- DJANGO="Django>=2.1,<2.2"
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ deps =
django21: Django>=2.1,<2.2
django22: Django>=2.2,<2.3
django30: Django>=3.0,<3.1
django31: Django>=3.1,<3.2

0 comments on commit 67074db

Please sign in to comment.