By default tox environment will now be installed under /tmp/v/{envname},
but configurable through the CLI environment by specifying TOX_WORK_DIR.
This will allow users dynamically specify where the toxworkdir should
live, like so:
> TOX_WORK_DIR=$(mktemp -d -t gjjb-XXX) tox -e ...
Change-Id: I3daa4dc3538c61fb80a464a1b7e07d7b48fd7a1c
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
minversion = 1.6
envlist = coala,ensure-documented,jjb,jjb-compare-xml,license
skipsdist = true
+passenv = TOX_WORK_DIR
+toxworkdir = {env:TOX_WORK_DIR:/tmp/v}
[testenv:coala]
basepython = python3