Also run pylint on demos/ and contrib/ directory.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e05b7452 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/e05b7452 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/e05b7452 Branch: refs/heads/trunk Commit: e05b745253e2911c9430752dc8962e0b3c2acd53 Parents: 555fdf2 Author: Tomaz Muraus <to...@tomaz.me> Authored: Sat Jun 25 11:45:17 2016 +0200 Committer: Tomaz Muraus <to...@tomaz.me> Committed: Sat Jun 25 11:46:41 2016 +0200 ---------------------------------------------------------------------- tox.ini | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/e05b7452/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 54457b1..8d4b884 100644 --- a/tox.ini +++ b/tox.ini @@ -89,6 +89,8 @@ commands = pylint -E --rcfile=./.pylintrc libcloud/common/ pylint -E --rcfile=./.pylintrc libcloud/dns/ pylint -E --rcfile=./.pylintrc libcloud/storage/ pylint -E --rcfile=./.pylintrc libcloud/utils/ + pylint -E --rcfile=./.pylintrc demos/ + pylint -E --rcfile=./.pylintrc contrib/ [testenv:lint] deps = -r{toxinidir}/requirements-tests.txt