tox.ini: set default environment to python2.7 (#30577)

In order to run in a python3 tox.
This commit is contained in:
Benjamin Dauvergne 2019-02-13 08:16:38 +01:00
parent 506df5b5ce
commit 1b9f11a3a7
1 changed files with 1 additions and 1 deletions

View File

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