tox.ini: remove py3 support, set default drf version to 3.9

This commit is contained in:
Benjamin Dauvergne 2020-11-27 10:38:56 +01:00
parent e9ba12bc87
commit 7d7ddd93c6
1 changed files with 2 additions and 5 deletions

View File

@ -1,15 +1,12 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/petale/
envlist =
py2-dj111-drf34
py3-dj111-drf34
py3-dj22-drf39
py3-dj111-drf39
[tox:jenkins]
envlist =
pylint
py2-dj111-drf34
py3-dj111-drf34
py3-dj111-drf39
py3-dj22-drf39
[testenv]