updated build configuration with recommendation from travis support team
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/f3943eab Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/f3943eab Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/f3943eab Branch: refs/heads/trunk Commit: f3943eabf7259c8658291c240490bfeb4ef89f83 Parents: 8537731 Author: anthony-shaw <anthony.p.s...@gmail.com> Authored: Wed Jan 13 07:41:46 2016 +1100 Committer: anthony-shaw <anthony.p.s...@gmail.com> Committed: Wed Jan 13 07:41:46 2016 +1100 ---------------------------------------------------------------------- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/f3943eab/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index df48842..af0690d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ python: - "pypy" os: - linux + - osx env: matrix: @@ -17,10 +18,12 @@ matrix: allow_failures: - os: osx include: - - python: 2.7 + - sudo: required + python: 2.7 env: ENV=lint before_script: TOX_ENV=lint - - python: 2.7 + - sudo: required + python: 2.7 env: ENV=docs before_script: TOX_ENV=docs-travis before_install: