tox: stop running against python 2

This commit is contained in:
Frédéric Péters 2020-07-28 13:17:54 +02:00
parent f9f922656c
commit 914591e037
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27-django111-coverage-pylint,py3-django111,py3-django22
envlist = py3-django111-coverage-pylint,py3-django22
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/welco/{env:BRANCH_NAME:}
[testenv]