Skip to content

Commit ac94ffd

Browse files
committed
Updated Git branch "master" to "main" for Django repository.
1 parent 372d994 commit ac94ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
33
{py36,py37,py38,py39}-django{22,30,31,32}-test
4-
{py38,py39}-django{master}-test
4+
{py38,py39}-django{main}-test
55
isort
66
flake
77

@@ -20,7 +20,7 @@ deps =
2020
django30: Django>=3.0,<3.1
2121
django31: Django>=3.1,<3.2
2222
django32: Django==3.2a1
23-
djangomaster: https://github.com/django/django/archive/master.tar.gz
23+
djangomain: https://github.com/django/django/archive/main.tar.gz
2424

2525
[testenv:isort]
2626
basepython = python3.9

0 commit comments

Comments
 (0)