Updated Branches: refs/heads/trunk 05a4a2094 -> d7545e3f5
Update tox config so Python 2.5 runs also work with the latest version of tox. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/d7545e3f Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/d7545e3f Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/d7545e3f Branch: refs/heads/trunk Commit: d7545e3f5ac911832673806ef398f0b15e79a92e Parents: 05a4a20 Author: Tomaz Muraus <[email protected]> Authored: Tue Oct 15 10:17:00 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Tue Oct 15 10:17:00 2013 +0200 ---------------------------------------------------------------------- tox.ini | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/d7545e3f/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 88a83a2..98d6832 100644 --- a/tox.ini +++ b/tox.ini @@ -22,6 +22,7 @@ commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py python setup.py coverage [testenv:py25] +setenv = PIP_INSECURE=1 deps = mock unittest2 lockfile
