Skip to content

Commit e3207d8

Browse files
authored
Rename Django's dev branch to main. (#932)
More information: https://groups.google.com/g/django-developers/c/tctDuKUGosc/ Refs: django/django#14048
1 parent 41aa49e commit e3207d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist =
44
docs,
55
py{36,37,38,39}-dj{31,30,22},
66
py35-dj{22},
7-
py{38,39}-djmaster,
7+
py{38,39}-djmain,
88

99
[gh-actions]
1010
python =
@@ -30,7 +30,7 @@ deps =
3030
dj22: Django>=2.2,<3
3131
dj30: Django>=3.0,<3.1
3232
dj31: Django>=3.1,<3.2
33-
djmaster: https://github.com/django/django/archive/master.tar.gz
33+
djmain: https://github.com/django/django/archive/main.tar.gz
3434
djangorestframework
3535
oauthlib>=3.1.0
3636
coverage
@@ -42,7 +42,7 @@ deps =
4242
passenv =
4343
PYTEST_ADDOPTS
4444

45-
[testenv:py{38,39}-djmaster]
45+
[testenv:py{38,39}-djmain]
4646
ignore_errors = true
4747
ignore_outcome = true
4848

0 commit comments

Comments
 (0)