Updated Branches: refs/heads/trunk 3aa8c407b -> ed8390e29
Disable Python 2.5 test runs under tox. Tox doesn't work correctly with 2.5. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/ed8390e2 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/ed8390e2 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/ed8390e2 Branch: refs/heads/trunk Commit: ed8390e293f9a96c6c0f7d7555fc7a436fc3f04c Parents: 3aa8c40 Author: Tomaz Muraus <[email protected]> Authored: Thu Sep 26 10:28:04 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Thu Sep 26 10:28:04 2013 +0200 ---------------------------------------------------------------------- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/ed8390e2/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 88a83a2..a82c113 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py25,py26,py27,pypy,py32,py33,docs +envlist = py26,py27,pypy,py32,py33,docs setenv = PIP_USE_MIRRORS=1
