mirror of
https://github.com/SELinuxProject/setools
synced 2025-02-12 01:46:58 +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
|
coverage report
|
||||||
|
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
|
basepython = python3.3
|
||||||
deps = pylint
|
deps = pylint
|
||||||
networkx==1.9
|
networkx==1.9
|
||||||
mock
|
commands = pylint --version
|
||||||
commands = pylint -E --rcfile .pylintrc setools tests seinfo seinfoflow sedta sesearch
|
pylint -E --rcfile .pylintrc setools tests seinfo seinfoflow sedta sesearch
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps = networkx==1.9
|
deps = networkx==1.9
|
||||||
|
Loading…
Reference in New Issue
Block a user