Repository: libcloud
Updated Branches:
  refs/heads/trunk b22c274c9 -> 8b4564ece


bacckports.ssl_match_hostname dependency is now needed for the lint task.


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

Branch: refs/heads/trunk
Commit: 5b2add4db7df76c63e6c2f1d97711c344621d7a1
Parents: b22c274
Author: Tomaz Muraus <[email protected]>
Authored: Fri Sep 4 20:17:58 2015 +0200
Committer: Tomaz Muraus <[email protected]>
Committed: Fri Sep 4 20:30:43 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/5b2add4d/tox.ini
----------------------------------------------------------------------
diff --git a/tox.ini b/tox.ini
index 44c2b11..9df229a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -60,10 +60,13 @@ commands = python contrib/scrape-ec2-prices.py
 
 [testenv:pylint]
 depds = pylint
+       backports.ssl_match_hostname
 commands = pylint --rcfile=.pylintrc -E libcloud/
 
 [testenv:lint]
 deps = -r{toxinidir}/requirements-tests.txt
+       backports.ssl_match_hostname
+
 commands = flake8 --ignore=E402 --exclude="test" libcloud/
            flake8 --ignore=E402 --max-line-length=160 libcloud/test/
            flake8 --ignore=E402 demos/

Reply via email to