Update tox config.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/69c5429c Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/69c5429c Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/69c5429c Branch: refs/heads/trunk Commit: 69c5429c1822407dcc7c34b934dbc56a56ebfbd0 Parents: ba72041 Author: Tomaz Muraus <[email protected]> Authored: Sun Nov 3 08:31:41 2013 +0000 Committer: Tomaz Muraus <[email protected]> Committed: Sun Nov 3 08:31:41 2013 +0000 ---------------------------------------------------------------------- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/69c5429c/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index d2931fc..428b2ab 100644 --- a/tox.ini +++ b/tox.ini @@ -48,6 +48,6 @@ commands = python ../contrib/generate_provider_feature_matrix_table.py [testenv:lint] deps = flake8 commands = flake8 --exclude="test/" libcloud/ - flake8 --max-line-length=160 libcloud/ + flake8 --max-line-length=160 libcloud/test/ flake8 demos/ flake8 docs/examples/
