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