From 9c3828f3259052e038238ba7d7e803558d782889 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Thu, 26 Apr 2018 12:27:02 +0200 Subject: [PATCH] wip --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9d0fc39..c58eb11 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] -toxworkdir = {env:TMPDIR:/tmp}/tox/{env:BUILD_TAG:{env:USER}}/bidon +toxworkdir = {env:TMPDIR:/tmp}/tox/{env:BUILD_TAG}/bidon envlist = django18,django111