Test Django 2.2 and 3.2

This commit is contained in:
Alexandre Iooss 2021-12-15 13:22:34 +01:00
parent 712bf6ad85
commit 211549de7e

View file

@ -1,17 +1,14 @@
[tox] [tox]
envlist = envlist =
# Ubuntu 20.04 Python py39-django{22,32}
py38-django22
# Debian Bullseye Python
py39-django22
linters linters
skipsdist = True skipsdist = True
[testenv] [testenv]
sitepackages = True sitepackages = True
deps = deps =
django22: Django ~= 2.2.0
django32: Django ~= 3.2.0
-r{toxinidir}/requirements.txt -r{toxinidir}/requirements.txt
coverage coverage
commands = commands =