Repository: libcloud Updated Branches: refs/heads/trunk a91147f2b -> c12b808bc
Also test it on OS X. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/c12b808b Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/c12b808b Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/c12b808b Branch: refs/heads/trunk Commit: c12b808bca6e9bcf12ba8087920f2040511448c8 Parents: a91147f Author: Tomaz Muraus <[email protected]> Authored: Wed May 14 14:02:03 2014 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Wed May 14 14:02:03 2014 +0200 ---------------------------------------------------------------------- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/c12b808b/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index d302529..302c91d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ + language: python python: 2.7 +os: + - linux + - osx env: - TOX_ENV=lint - TOX_ENV=py26
