From 80d028eb388ae0f3d29a7238b3b0d83ce6e530d2 Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Wed, 29 Apr 2020 22:55:23 +0200 Subject: [PATCH] Travis CI: Update environment, remove Python 2.7 & add 3.8 - Updates the build environment from Ubuntu 16.04 Xenial to Ubuntu 18.04 Bionic - Removes Python 2.7 from the build matrix (since support has ended) - Adds Python 3.8 to the build matrix --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3ba8cefcae..745669ea3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,11 @@ language: python - -dist: xenial # required for Python >= 3.7 +dist: bionic python: - - "2.7" - "3.6" - "3.7" - + - "3.8" + install: - "pip install -r requirements.txt -r dev_requirements.txt --timeout 45" - pip install flake8