Repository: libcloud Updated Branches: refs/heads/trunk e3edf278c -> feea74d3f
Also run Python 3.4 on travis. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/feea74d3 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/feea74d3 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/feea74d3 Branch: refs/heads/trunk Commit: feea74d3fd76b421f05b9cda8b85221b875bdb8e Parents: e3edf27 Author: Tomaz Muraus <[email protected]> Authored: Mon Jul 21 12:17:09 2014 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Mon Jul 21 12:17:09 2014 +0200 ---------------------------------------------------------------------- .travis.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/feea74d3/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 302c91d..1c029d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ env: - TOX_ENV=pypy - TOX_ENV=py32 - TOX_ENV=py33 + - TOX_ENV=py34 - TOX_ENV=docs install:
