Fix tox lint target on CI.

This commit is contained in:
Chris PeBenito 2015-04-06 10:58:42 -04:00
parent ffd32d38f8
commit f817fe2c56

View File

@ -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