Skip to content

Commit

Permalink
Add Django 3.1 to tox config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Nov 26, 2020
1 parent e343bc3 commit 6570e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[tox]
envlist =
{py35,py36,py37,py38}-django-22
{py36,py37,py38}-django-30
{py36,py37,py38}-django-31
{py36,py37,py38}-django-{30,31}
py38-docs

[testenv]
Expand All @@ -12,6 +11,7 @@ commands =
deps =
django-22: Django>=2.2,<2.3
django-30: Django>=3.0,<3.1
django-31: Django>=3.1,<3.2
# Test requirements
coverage
codecov
Expand Down

0 comments on commit 6570e09

Please sign in to comment.