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
This commit is contained in:
Florian Bruhin 2016-07-20 16:02:14 +02:00
parent c4fb43df58
commit 5f2dc53d94

View File

@ -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