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 b33cc15 commit 67befe0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{36,37,38}-django{20,21,22,30}
py{36,37,38}-django{20,21,22,30,31}

install_command = pip install {opts} {packages}
skip_missing_interpreters = True
Expand All @@ -13,3 +13,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 67befe0

Please sign in to comment.