From cfaaf2fd5bd3077c683edd2187f105f037fc634c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 9 Sep 2020 07:59:59 +0200 Subject: [PATCH] tox: stop testing against python 2 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 17d8a6c..22df37f 100644 --- a/tox.ini +++ b/tox.ini @@ -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/}