From 85517743fc18c8105c860bfc3e105d5dd2a366b3 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 2 Oct 2016 01:34:47 +0300 Subject: [PATCH 1/1] Set toxworkdir to ~/.tox --- project_template/tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/project_template/tox.ini b/project_template/tox.ini index af6fb31..fcb2701 100644 --- a/project_template/tox.ini +++ b/project_template/tox.ini @@ -1,5 +1,6 @@ [tox] minversion = 1.8 +toxworkdir={homedir}/.tox/{project} envlist = {py26,py27,py34},{py27,py34}-flake8 # Base test environment settings -- 2.39.2