tox: stop testing against python 2

This commit is contained in:
Frédéric Péters 2020-09-09 07:59:59 +02:00
parent 74cd2939b4
commit cfaaf2fd5b
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py2-junit, py3-junit-coverage
envlist = py3-junit-coverage
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/passerelle-montpellier-sig/{env:BRANCH_NAME:}
[testenv]
@ -22,6 +22,5 @@ deps =
pytest-cov
pytest-django
xmlschema<1.1
py2: enum34<=1.1.6
commands =
py.test {posargs: {env:JUNIT:} {env:COVERAGE:} tests/}