Verified Commit 1995c85b authored by Baptiste Beauplat's avatar Baptiste Beauplat
Browse files

Add additional test env for tox covering django3

parent b4131d30
......@@ -4,12 +4,14 @@
# and then run "tox" from this directory.
[tox]
envlist = py3-django2,flake8
envlist = py3-django{2,3},flake8
[testenv]
extras = testing
deps = coverage
django2: Django >= 2.2.24, < 3
django3: Django >= 3.2.7, <4
setenv =
DJANGO_SETTINGS_MODULE=debexpo.settings.test
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment