Skip to content

Commit 27f7c53

Browse files
committed
Honor TOX_WORK_DIR if set. Workaround for tox-dev/tox#20.
1 parent 95ce6f3 commit 27f7c53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ envlist = python
33
minversion = 3.2
44
# https://github.com/jaraco/skeleton/issues/6
55
tox_pip_extensions_ext_venv_update = true
6+
toxworkdir={env:TOX_WORK_DIR:.tox}
67

78

89
[testenv]

0 commit comments

Comments
 (0)