tox: force usage of python 2 to create virtual environments

This commit is contained in:
Frédéric Péters 2018-07-23 22:34:39 +02:00
parent 7137203480
commit e50865b722
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ envlist = django{18,111}
[testenv]
usedevelop = True
basepython = python2
setenv =
WCSCTL=wcs/wcsctl.py
DJANGO_SETTINGS_MODULE=combo.settings