Skip to content

Commit

Permalink
Allow optional requirements to be installed for any Python.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 19, 2024
1 parent 7ca8ba4 commit b7c3a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ commands =
deps =
-r{toxinidir}/dev-requirements.txt
-r{toxinidir}/requirements.txt
py{37,38,39}-{optional}: -r{toxinidir}/optional-requirements.txt
{optional}: -r{toxinidir}/optional-requirements.txt


[testenv:docs]
Expand Down

0 comments on commit b7c3a8d

Please sign in to comment.