We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c48ee commit 2d64ca7Copy full SHA for 2d64ca7
1 file changed
tox.ini
@@ -15,8 +15,7 @@ commands = pycodestyle setools/ setoolsgui/ tests/ seinfo seinfoflow sedt
15
#setenv = SETOOLS_COVERAGE = 1
16
passenv = {[testenv]passenv}
17
deps = {[testenv]deps}
18
- coverage>=6.0
19
-extras = toml
+ coverage[toml]>=6.0
20
commands_pre = coverage --version
21
coverage erase
22
{[testenv]commands_pre}
0 commit comments