From 5f2dc53d94418fa4a6c58b9d20882408114daff9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 20 Jul 2016 16:02:14 +0200 Subject: [PATCH] tox: Set distshare = {toxworkdir} This is kind uf unorthodox and the "distshare" setting seems to be deprecated, but we don't get a ~/.tox this way. See #1637 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 782937f05..e88661719 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,7 @@ [tox] envlist = py34,py35-cov,misc,vulture,flake8,pylint,pyroma,check-manifest +distshare = {toxworkdir} [testenv] # https://bitbucket.org/hpk42/tox/issue/246/ - only needed for Windows though