Skip to content

Commit

Permalink
Rename Django's dev branch to main.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez authored and aleksihakli committed Mar 11, 2021
1 parent b08ed6d commit 564fe78
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ envlist =
black
flake8
isort
py{36,37,38,39}-dj{22,30,31,master}
py{36,37,38,39}-dj{22,30,31}
py{38,39}-djmain
docs

[gh-actions]
Expand All @@ -20,16 +21,16 @@ deps =
dj22: Django>=2.2,<3.0
dj30: Django>=3.0,<3.1
dj31: Django>=3.1,<3.2
djmaster: https://github.com/django/django/archive/master.tar.gz#egg=django
djmain: https://github.com/django/django/archive/main.tar.gz
coverage
commands =
coverage run -m django test --settings=tests.settings {posargs}
coverage report
coverage xml

[testenv:py{36,37,38,39,py3}-dj{master}]
ignore_errors = true
ignore_outcome = true
ignore_outcome =
djmain: True
ignore_errors =
djmain: True

[testenv:black]
basepython = python3
Expand Down

0 comments on commit 564fe78

Please sign in to comment.