mirror of
https://github.com/SELinuxProject/setools
synced 2025-02-06 23:21:35 +00:00
Fix tox lint target on CI.
This commit is contained in:
parent
ffd32d38f8
commit
f817fe2c56
5
tox.ini
5
tox.ini
@ -21,10 +21,11 @@ commands = coverage --version
|
||||
coverage report
|
||||
|
||||
[testenv:lint]
|
||||
basepython = python3.3
|
||||
deps = pylint
|
||||
networkx==1.9
|
||||
mock
|
||||
commands = pylint -E --rcfile .pylintrc setools tests seinfo seinfoflow sedta sesearch
|
||||
commands = pylint --version
|
||||
pylint -E --rcfile .pylintrc setools tests seinfo seinfoflow sedta sesearch
|
||||
|
||||
[testenv]
|
||||
deps = networkx==1.9
|
||||
|
Loading…
Reference in New Issue
Block a user