Skip to content

Commit 35b06db

Browse files
committed
Change directory in pip-compile-docs tox session
1 parent a8beb7a commit 35b06db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ skip_install = true
5252

5353
[testenv:pip-compile-docs]
5454
description = compile requirements for the documentation
55+
changedir = {[testenv:build-docs]changedir}
5556
commands_pre =
56-
commands = python -m piptools compile --strip-extras --allow-unsafe --quiet docs/requirements.in {posargs}
57+
commands = python -m piptools compile --strip-extras --allow-unsafe --quiet requirements.in {posargs}
5758

5859
[testenv:build-docs]
5960
description = build the documentation

0 commit comments

Comments
 (0)