You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2016/04/19 22:08:16 UTC

[2/3] libcloud git commit: Run pylint on libcloud/container/

Run pylint on libcloud/container/


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/ca875b3d
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/ca875b3d
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/ca875b3d

Branch: refs/heads/trunk
Commit: ca875b3d88e7707fb4676e921a5d9a3c2ed3692e
Parents: 982665b
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Tue Apr 19 22:06:00 2016 +0200
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Tue Apr 19 22:06:00 2016 +0200

----------------------------------------------------------------------
 tox.ini | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/ca875b3d/tox.ini
----------------------------------------------------------------------
diff --git a/tox.ini b/tox.ini
index 0cf1201..dbf4714 100644
--- a/tox.ini
+++ b/tox.ini
@@ -84,6 +84,7 @@ commands = python contrib/scrape-ec2-prices.py
 deps = -r{toxinidir}/requirements-tests.txt
        backports.ssl_match_hostname
 commands = pylint -E --rcfile=./.pylintrc libcloud/common/
+           pylint -E --rcfile=./.pylintrc libcloud/container/
            pylint -E --rcfile=./.pylintrc libcloud/dns/
 
 [testenv:lint]