travis: try fixing Python 3.7 installation
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/ff3dd5c3 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/ff3dd5c3 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/ff3dd5c3 Branch: refs/heads/trunk Commit: ff3dd5c335b50ff8365a81cea98c6fc1663cc1ed Parents: 596b01a Author: Quentin Pradet <[email protected]> Authored: Thu Aug 30 05:05:36 2018 +0400 Committer: Quentin Pradet <[email protected]> Committed: Thu Aug 30 16:00:12 2018 +0400 ---------------------------------------------------------------------- .travis.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/ff3dd5c3/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 5cfce61..b6e80bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,7 @@ language: python sudo: false -# Add or remove version for match with Travis support -python: - - 2.7 - - 3.4 - - 3.5 - - 3.6 - - 3.7 - - pypy - - pypy3 -os: - - linux +dist: trusty +os: linux # Note: graphviz is needed for grapgs embedded in the docs addons: @@ -22,6 +13,15 @@ addons: matrix: fast_finish: true include: + - python: 2.7 + - python: 3.4 + - python: 3.5 + - python: 3.6 + - python: 3.7 + dist: xenial + sudo: required + - pypy + - pypy3 - env: ENV=checks python: 2.7 before_script: TOX_ENV=checks
