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