misc: force tox to use python 2

This commit is contained in:
Frédéric Péters 2019-01-03 19:58:29 +01:00
parent ac43510219
commit 362b150ba1
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ envlist = coverage-{django18,django111}-pylint
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/mandayejs/
[testenv]
basepython = python2
usedevelop =
coverage: True
setenv =