tox: stop testing against python 2

This commit is contained in:
Frédéric Péters 2020-09-09 08:03:00 +02:00 committed by Frédéric Péters
parent 3b84ea116b
commit 3fa9c2c770
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/passerelle-minint/{env:BRANCH_NAME:}
envlist = py2-django111, py3-django111
envlist = py3-django111
[testenv]
usedevelop = True
@ -18,6 +18,5 @@ deps =
mock
httmock
xmlschema<1.1
py2: setuptools<45.0.0
commands =
django111: py.test {posargs: --junitxml=junit-{envname}.xml tests/}