Skip to content

Commit

Permalink
Update Django's main branch name in tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
ulgens authored and lqez committed Oct 14, 2021
1 parent bf49570 commit 7d89bd5
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,7 +1,7 @@
[tox]
envlist =
{py36,py37}-{dj202,dj300,dj301,dj302}
{py38,py39}-{dj202,dj300,dj301,dj302,dj400,djmaster}
{py38,py39}-{dj202,dj300,dj301,dj302,dj400,djmain}

[travis]
python =
Expand All @@ -28,6 +28,6 @@ deps =
dj301: Django<3.2
dj302: Django<3.3
dj400: Django==4.0a1
djmaster: https://github.com/django/django/archive/master.tar.gz
djmain: https://github.com/django/django/archive/main.tar.gz

commands = coverage run -m pytest

0 comments on commit 7d89bd5

Please sign in to comment.