tox: stop testing against python 2

This commit is contained in:
Frédéric Péters 2020-09-09 08:33:31 +02:00
parent 535e320531
commit 8881799eb0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/zoo/{env:BRANCH_NAME:}
envlist = {py27,py3}-coverage
envlist = py3-coverage
[testenv]
# django.contrib.auth is not tested it does not work with our templates