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:
parent
c4fb43df58
commit
5f2dc53d94
1
tox.ini
1
tox.ini
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py34,py35-cov,misc,vulture,flake8,pylint,pyroma,check-manifest
|
envlist = py34,py35-cov,misc,vulture,flake8,pylint,pyroma,check-manifest
|
||||||
|
distshare = {toxworkdir}
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
# https://bitbucket.org/hpk42/tox/issue/246/ - only needed for Windows though
|
# https://bitbucket.org/hpk42/tox/issue/246/ - only needed for Windows though
|
||||||
|
Loading…
Reference in New Issue
Block a user