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/0915a8ce Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/0915a8ce Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/0915a8ce Branch: refs/heads/trunk Commit: 0915a8ce38483024f9dff1888fc85389cdf5bb0e Parents: 6362ce9 Author: Tomaz Muraus <[email protected]> Authored: Wed Nov 19 23:31:25 2014 +0800 Committer: Tomaz Muraus <[email protected]> Committed: Wed Nov 19 23:31:25 2014 +0800 ---------------------------------------------------------------------- tox.ini | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/0915a8ce/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 2d06eba..f45dd9f 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,8 @@ setenv = PIP_USE_MIRRORS=1 [testenv] -deps = mock +deps = backports.ssl_match_hostname + mock unittest2 lockfile paramiko @@ -12,7 +13,8 @@ commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py python setup.py test [testenv:py26] -deps = mock +deps = backports.ssl_match_hostname + mock unittest2 lockfile paramiko @@ -23,7 +25,8 @@ commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py [testenv:py25] setenv = PIP_INSECURE=1 -deps = mock +deps = backports.ssl_match_hostname + mock unittest2 lockfile ssl @@ -31,17 +34,20 @@ deps = mock paramiko [testenv:py32] -deps = mock +deps = backports.ssl_match_hostname + mock lockfile [testenv:py33] -deps = mock +deps = backports.ssl_match_hostname + mock lockfile [testenv:py34] # At some point we can switch to use the stdlib provided mock module on # Python3.4+ -deps = mock +deps = backports.ssl_match_hostname + mock lockfile [testenv:docs]
