mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Rename Django's dev branch to main. (#279)
* Rename Django's dev branch to main. More information: https://groups.google.com/g/django-developers/c/tctDuKUGosc/ Refs: https://github.com/django/django/pull/14048 * Fix test matrix. * Remove CODEOWNERS again. * Fix name of tox env. * Fix test matrix.
This commit is contained in:
parent
856b55bea8
commit
d89fe5a2cb
2 changed files with 5 additions and 6 deletions
|
|
@ -1,2 +0,0 @@
|
|||
CODEOWNERS @jazzband/roadies
|
||||
.github/workflows/ @jazzband/roadies
|
||||
9
tox.ini
9
tox.ini
|
|
@ -4,8 +4,9 @@ usedevelop = true
|
|||
minversion = 1.8
|
||||
whitelist_externals = sphinx-build
|
||||
envlist =
|
||||
py36-checkqa,
|
||||
py{36,37,38,39,py3}-dj{22,30,31,32,master}
|
||||
py36-checkqa
|
||||
py{36,37,38,39,py3}-dj{22,30,31,32}
|
||||
py{38,39}-djmain
|
||||
|
||||
[gh-actions]
|
||||
python =
|
||||
|
|
@ -25,8 +26,8 @@ deps =
|
|||
dj22: django~=2.2.17
|
||||
dj30: django~=3.0.11
|
||||
dj31: django~=3.1.3
|
||||
dj32: https://github.com/django/django/archive/stable/3.2.x.tar.gz#egg=django
|
||||
djmaster: https://github.com/django/django/archive/master.tar.gz#egg=django
|
||||
dj32: https://github.com/django/django/archive/stable/3.2.x.tar.gz
|
||||
djmain: https://github.com/django/django/archive/main.tar.gz
|
||||
coverage
|
||||
coverage_enable_subprocess
|
||||
extras = testing
|
||||
|
|
|
|||
Loading…
Reference in a new issue