Modify lint target to also lint files in contrib/.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/1847243d Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/1847243d Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/1847243d Branch: refs/heads/trunk Commit: 1847243d5d56bb3af4c54c7adc39eb76b5462dc6 Parents: f42b5dd Author: Tomaz Muraus <[email protected]> Authored: Wed Dec 18 11:35:02 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Wed Dec 18 11:35:02 2013 +0100 ---------------------------------------------------------------------- tox.ini | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/1847243d/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index d3d9f23..6caeed9 100644 --- a/tox.ini +++ b/tox.ini @@ -51,3 +51,4 @@ commands = flake8 --exclude="test/" libcloud/ flake8 --max-line-length=160 libcloud/test/ flake8 demos/ flake8 --ignore=E902 docs/examples/ + flake8 --ignore=E902 contrib/
