tox: stop testing against python 2

This commit is contained in:
Frédéric Péters 2020-09-09 08:04:34 +02:00
parent f4092a6534
commit 214f8e813d
1 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@
; along with this program. If not, see <http://www.gnu.org/licenses/>.
[tox]
envlist = py2-junit, py3-junit-coverage
envlist = py3-junit-coverage
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/passerelle-atreal-openads/{env:BRANCH_NAME:}
[testenv]
@ -42,7 +42,6 @@ deps =
pylint-django<0.8.1
django-webtest<1.9.3
xmlschema<1.1
py2: enum34<=1.1.6
commands =
py.test {posargs: {env:COVERAGE:} {env:JUNIT:} tests/}
coverage: ./pylint.sh atreal_openads/