Skip to content

Commit

Permalink
tox: use deps = . instead of pip install (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amar1729 authored Aug 5, 2024
1 parent 23b89f6 commit 1e80fd3
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 @@ -72,8 +72,8 @@ commands =


[testenv:check-self]
deps = .
commands =
pip install -e .
pydoclint --config=pyproject.toml .


Expand Down

0 comments on commit 1e80fd3

Please sign in to comment.