Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
1995c85b
Verified
Commit
1995c85b
authored
Sep 26, 2021
by
Baptiste Beauplat
Browse files
Add additional test env for tox covering django3
parent
b4131d30
Changes
1
Hide whitespace changes
Inline
Side-by-side
tox.ini
View file @
1995c85b
...
...
@@ -4,12 +4,14 @@
# and then run "tox" from this directory.
[tox]
envlist
=
py3-django
2
,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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment