From 7183f6c40f42225d5237988a8fed330f2f615f2e Mon Sep 17 00:00:00 2001 From: Paul Marillonnet Date: Fri, 23 Nov 2018 12:03:17 +0100 Subject: [PATCH] python3 virtualenv for tox unit testing (#28277) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index dc233607..f317d7a0 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ [tox] toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/authentic/{env:BRANCH_NAME:} -envlist = coverage-{dj18,dj111}-{authentic,rbac}-{pg,sqlite} +envlist = py2-coverage-{dj18,dj111}-{authentic,rbac}-{pg,sqlite},py3-coverage-dj111-{authentic,rbac}-{pg,sqlite} [testenv] # django.contrib.auth is not tested it does not work with our templates -- 2.19.2