Skip to content

Commit

Permalink
Added testing against Django 3.0. (#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
b4isty authored and carltongibson committed Oct 29, 2019
1 parent a5b4d02 commit c07f297
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ envlist =
{py35,py36}-django20,
{py35,py36,py37}-django21,
{py35,py36,py37}-django22,
{py36,py37}-django30,
{py36,py37}-latest,
isort,lint,docs,warnings,

Expand All @@ -24,6 +25,7 @@ deps =
django20: django==2.0.*
django21: django==2.1.*
django22: django==2.2.*
django30: django>=3.0a1,<3.1
djangorestframework==3.10.*
latest: {[latest]deps}
-rrequirements/test-ci.txt
Expand Down

0 comments on commit c07f297

Please sign in to comment.