summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2023-06-01 14:56:41 +0100
committerGitHub <noreply@github.com>2023-06-01 14:56:41 +0100
commit4142739af1cda53581af4169dbe16d6cd5e26948 (patch)
tree1e0e0be247321c892ffff812dc420d9198a7563c /tox.ini
parent65da6b2ae48f346d30c0322733e347f2fd359645 (diff)
Added local copy of Django to deps in tox.ini.
This also bumps tox to 4.0.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index fa32144e68..978d488c13 100644
--- a/tox.ini
+++ b/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