Skip to content

Commit 6fe480d

Browse files
committed
Merge pull request #1285 from tseaver/workaround-tox-2.3-regression
Workaround tox 2.3.0 regression.
2 parents d6820b9 + 30fabf8 commit 6fe480d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ passenv = {[testenv:system-tests]passenv} SPHINX_RELEASE READTHEDOCS LOCAL_RTD
5454

5555
[testenv:docs-rtd]
5656
setenv =
57-
{[testenv]setenv}
57+
PYTHONPATH = {toxinidir}/_testing
5858
LOCAL_RTD = True
5959
basepython = {[testenv:docs]basepython}
6060
commands =

0 commit comments

Comments
 (0)