mirror of
https://github.com/Hopiu/django.git
synced 2026-03-16 22:10:24 +00:00
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
1 changed files with 2 additions and 1 deletions
3
tox.ini
3
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue