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]
envlist =
# Ubuntu 20.04 Python
py38-django22
# Debian Bullseye Python
py39-django22
py39-django{22,32}
linters
skipsdist = True
[testenv]
sitepackages = True
deps =
django22: Django ~= 2.2.0
django32: Django ~= 3.2.0
-r{toxinidir}/requirements.txt
coverage
commands =