tests: adapt tox.ini to run tests in python3 too (#40570)

This commit is contained in:
Nicolas Roche 2020-03-09 16:23:37 +01:00
parent 3cb4b01c7c
commit eadd66615b
1 changed files with 1 additions and 2 deletions

View File

@ -5,11 +5,10 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/bijoe/{env:BRANCH_NAME:}
envlist = dj111
envlist = {py2,py3}-dj111
[testenv]
usedevelop = true
basepython = python2
setenv =
DJANGO_SETTINGS_MODULE=bijoe.settings
BIJOE_SETTINGS_FILE=tests/settings.py