tox.ini: set basepython=python2 (#30079)

This commit is contained in:
Benjamin Dauvergne 2019-01-24 16:11:00 +01:00
parent 6535462257
commit 595bb9bd33
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ envlist = {coverage,nocoverage}-{dj18,dj111}-{pg,sqlite}
[testenv]
# django.contrib.auth is not tested it does not work with our templates
basepython = python2
setenv =
AUTHENTIC2_SETTINGS_FILE=tests/settings.py
DJANGO_SETTINGS_MODULE=authentic2.settings