Repository: libcloud Updated Branches: refs/heads/trunk 276373873 -> bc5e44ab8
Add a note. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/bc5e44ab Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/bc5e44ab Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/bc5e44ab Branch: refs/heads/trunk Commit: bc5e44ab8b43e22dfb44ee08560bbbf8b58bfe2f Parents: 2763738 Author: Tomaz Muraus <[email protected]> Authored: Thu Jan 21 12:50:42 2016 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Thu Jan 21 12:50:42 2016 +0100 ---------------------------------------------------------------------- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/bc5e44ab/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index eccf763..e7f1e85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ language: python python: - 2.6 - 2.7 + # Note: 3.2 support on Travis is currently broken because of + # https://github.com/travis-ci/travis-ci/issues/5485 - 3.2 - 3.3 - 3.4
