From 50a9f22fffac04bc55a409ec0c22170e900bb866 Mon Sep 17 00:00:00 2001 From: Juan Carlos Tong Date: Mon, 7 Jan 2019 14:46:35 -0800 Subject: [PATCH] only xenial for 3.7 --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a235d288e..aa9c82a9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - "3.4" - "3.5.5" - "3.6" - - "3.7" +# - "3.7" is handled in 'Test' job using xenial as Python 3.7 is not available for trusty. - "pypy" - "pypy3" install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt" @@ -33,3 +33,7 @@ jobs: script: - "ci/trigger_fullstack-sdk-compat.sh" after_success: skip + - stage: 'Test' + # python 3.7 not available for trusty + dist: xenial + python: "3.7"