diff options
| author | Michael Howitz <mh@gocept.com> | 2023-06-01 14:56:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-01 14:56:41 +0100 |
| commit | 4142739af1cda53581af4169dbe16d6cd5e26948 (patch) | |
| tree | 1e0e0be247321c892ffff812dc420d9198a7563c /tox.ini | |
| parent | 65da6b2ae48f346d30c0322733e347f2fd359645 (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.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
