We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 484c0ba commit f9efb92Copy full SHA for f9efb92
tox.ini
@@ -2,6 +2,7 @@
2
# Coverage is missing on later version of Python
3
envlist = {py27,py35,py36,py37,py38,py39}{,-cov,-diffcov},qa,docs
4
skip_missing_interpreters = True
5
+toxworkdir={env:TOX_WORK_DIR:.tox}
6
7
8
[testenv]
0 commit comments