Updated Branches: refs/heads/trunk 160db53c0 -> 5aed65ddb
Don't run "docs" target as part of the default tox run. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/0e094bfd Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/0e094bfd Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/0e094bfd Branch: refs/heads/trunk Commit: 0e094bfdb5c7c1f6c10eb21d885aa1f013ea34cf Parents: 160db53 Author: Tomaz Muraus <[email protected]> Authored: Fri Oct 25 11:09:46 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Fri Oct 25 11:09:46 2013 +0200 ---------------------------------------------------------------------- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/0e094bfd/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 98d6832..79f97c9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py25,py26,py27,pypy,py32,py33,docs +envlist = py25,py26,py27,pypy,py32,py33 setenv = PIP_USE_MIRRORS=1
