mirror of https://github.com/django/django.git
Added local copy of Django to deps in tox.ini.
This also bumps tox to 4.0.
This commit is contained in:
parent
65da6b2ae4
commit
4142739af1
3
tox.ini
3
tox.ini
|
@ -4,7 +4,7 @@
|
||||||
# then run "tox" from this directory.
|
# then run "tox" from this directory.
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
minversion = 3.18
|
minversion = 4.0
|
||||||
skipsdist = true
|
skipsdist = true
|
||||||
envlist =
|
envlist =
|
||||||
py3
|
py3
|
||||||
|
@ -25,6 +25,7 @@ passenv = DJANGO_SETTINGS_MODULE,PYTHONPATH,HOME,DISPLAY,OBJC_DISABLE_INITIALIZE
|
||||||
setenv =
|
setenv =
|
||||||
PYTHONDONTWRITEBYTECODE=1
|
PYTHONDONTWRITEBYTECODE=1
|
||||||
deps =
|
deps =
|
||||||
|
-e .
|
||||||
py{3,310,311}: -rtests/requirements/py3.txt
|
py{3,310,311}: -rtests/requirements/py3.txt
|
||||||
postgres: -rtests/requirements/postgres.txt
|
postgres: -rtests/requirements/postgres.txt
|
||||||
mysql: -rtests/requirements/mysql.txt
|
mysql: -rtests/requirements/mysql.txt
|
||||||
|
|
Loading…
Reference in New Issue