Skip to content

Commit

Permalink
Use extras in tox instead of self-referencing the package in deps: #1
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Feb 26, 2022
1 parent 43a8f28 commit 1b6df9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ commands =

[testenv:cov]
passenv = *
extras =
test
deps =
.[test]
coverage[toml]>=5
commands =
coverage run -m pytest {posargs:-vv}
Expand Down

0 comments on commit 1b6df9d

Please sign in to comment.