Skip to content

Commit

Permalink
Use extras instead of deps in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
mtelka committed Feb 6, 2024
1 parent b1931b5 commit 58625d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ envlist =

[testenv]
usedevelop = true
deps =
zest.releaser[test]
zest.releaser[recommended]
extras =
test
recommended
commands =
zope-testrunner --test-path={toxinidir} -s zest.releaser --tests-pattern=^tests$ {posargs:-v -c}

0 comments on commit 58625d9

Please sign in to comment.