From eadd66615b8f30fd5f0854c83c7c857447201c98 Mon Sep 17 00:00:00 2001 From: Nicolas ROCHE Date: Mon, 9 Mar 2020 16:23:37 +0100 Subject: [PATCH] tests: adapt tox.ini to run tests in python3 too (#40570) --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index f263c75..4c67c3d 100644 --- a/tox.ini +++ b/tox.ini @@ -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