allow tox workdir reconfiguration for ubuntu on windows

This commit is contained in:
Maximilian Hils 2016-08-09 22:29:48 -07:00
parent dcfa7027ae
commit 4f5e312fbc
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@ -9,7 +9,7 @@ MANIFEST
.coverage
.idea
.cache/
.tox/
.tox*/
build/
# UI

View File

@ -1,6 +1,7 @@
[tox]
envlist = py27, py35, docs, lint
skipsdist = True
toxworkdir={env:TOX_WORK_DIR:.tox}
[testenv]
deps =