Skip to content

Commit

Permalink
[deps] Add support for django 3.1 in travis testing #227
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier authored and auvipy committed Aug 25, 2020
1 parent 5efb45d commit efd8bc9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
envlist =
py{35,36,py3}-django111{,-pytest}
py{35,36,37,py3}-django{21, 22}{,-pytest}
py{36,37,38,py3}-django{30}{,-pytest}
py{36,37,38,py3}-django{30, 31}{,-pytest}

[testenv]
usedevelop = true
Expand All @@ -20,7 +20,8 @@ commands =
deps =
django111: Django~=1.11
django22: Django~=2.2
django30: Django~=3.0a1
django30: Django~=3.0
django31: Django~=3.1
djangorestframework~=3.10
-rrequirements-test.txt
pytest: pytest
Expand Down

0 comments on commit efd8bc9

Please sign in to comment.