1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Added local copy of Django to deps in tox.ini.

This also bumps tox to 4.0.
This commit is contained in:
Michael Howitz
2023-06-01 14:56:41 +01:00
committed by GitHub
parent 65da6b2ae4
commit 4142739af1

View File

@@ -4,7 +4,7 @@
# then run "tox" from this directory.
[tox]
minversion = 3.18
minversion = 4.0
skipsdist = true
envlist =
py3
@@ -25,6 +25,7 @@ passenv = DJANGO_SETTINGS_MODULE,PYTHONPATH,HOME,DISPLAY,OBJC_DISABLE_INITIALIZE
setenv =
PYTHONDONTWRITEBYTECODE=1
deps =
-e .
py{3,310,311}: -rtests/requirements/py3.txt
postgres: -rtests/requirements/postgres.txt
mysql: -rtests/requirements/mysql.txt