From 790128a3820fc659d912212547640c27d8f7b407 Mon Sep 17 00:00:00 2001 From: Sam Harrison Date: Thu, 20 Feb 2020 12:15:56 -0600 Subject: [PATCH] chore: add Python 3.8 to Travis --- .travis.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6d42ff9ea..a2a133692 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,12 @@ +dist: xenial # required for Python >= 3.7 language: python -sudo: false cache: pip python: - '2.7' - '3.5' - '3.6' -# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs -matrix: - include: - - python: 3.7 - dist: xenial - sudo: true + - '3.7' + - '3.8' env: global: - CC_TEST_REPORTER_ID=$TRAVIS_CODE_CLIMATE_TOKEN SENDGRID_API_KEY=SGAPIKEY