Skip to content

Commit f9efb92

Browse files
committed
Honor TOX_WORK_DIR if set. Workaround for tox-dev/tox#20.
1 parent 484c0ba commit f9efb92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Coverage is missing on later version of Python
33
envlist = {py27,py35,py36,py37,py38,py39}{,-cov,-diffcov},qa,docs
44
skip_missing_interpreters = True
5+
toxworkdir={env:TOX_WORK_DIR:.tox}
56

67

78
[testenv]

0 commit comments

Comments
 (0)