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