Repository: libcloud Updated Branches: refs/heads/trunk 6be9fc24c -> cd3cd0797
Update tox docs target - add backports.ssl_match_hostname dependency so it works with Python < 2.7.9. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/cd3cd079 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/cd3cd079 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/cd3cd079 Branch: refs/heads/trunk Commit: cd3cd079760137fbb5a524022df2af0c8ed92716 Parents: 6be9fc2 Author: Tomaz Muraus <to...@apache.org> Authored: Tue Aug 25 00:01:53 2015 +0200 Committer: Tomaz Muraus <to...@apache.org> Committed: Tue Aug 25 00:01:53 2015 +0200 ---------------------------------------------------------------------- tox.ini | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/cd3cd079/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 1cbb3df..44c2b11 100644 --- a/tox.ini +++ b/tox.ini @@ -45,6 +45,7 @@ deps = -r{toxinidir}/requirements-tests.txt [testenv:docs] deps = sphinx pysphere + backports.ssl_match_hostname basepython = python2.7 changedir = docs commands = python ../contrib/generate_provider_feature_matrix_table.py