Updated Branches: refs/heads/trunk ed8390e29 -> bb9116940
Upgrade travis config - don't run tests under 2.5. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/dc3dbc6e Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/dc3dbc6e Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/dc3dbc6e Branch: refs/heads/trunk Commit: dc3dbc6e2daf4dfcbb9ae4e4fbbdcc21d1ea2b56 Parents: ed8390e Author: Tomaz Muraus <[email protected]> Authored: Thu Sep 26 12:53:48 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Thu Sep 26 12:53:48 2013 +0200 ---------------------------------------------------------------------- .travis.yml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/dc3dbc6e/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index f8ea6f0..4210b98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: 2.7 env: - - TOX_ENV=py25 - TOX_ENV=py26 - TOX_ENV=py27 - TOX_ENV=pypy
