Skip to content

Commit 6e749e1

Browse files
committed
Use editable mode with tox
1 parent 4dfcef8 commit 6e749e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,10 @@ minversion = 4.4.3
103103
[testenv]
104104
extras = test
105105
commands = python -m pytest {posargs}
106+
package = editable
106107
107108
[testenv:docs]
108109
extras = doc
109110
commands = sphinx-build docs build/sphinx
111+
package = editable
110112
"""

0 commit comments

Comments
 (0)