From 4576b566b4bc02d45f0e82c103ee35d773accc15 Mon Sep 17 00:00:00 2001 From: Alexandre Ferland <3533424+alexferl@users.noreply.github.com> Date: Thu, 27 Jan 2022 18:52:10 -0500 Subject: [PATCH] Update .travis.yml --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 441319c..2ddc001 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,14 @@ language: python sudo: required -dist: bionic +dist: focal python: - - "3.5" - - "3.6" - "3.7" - "3.8" - "3.9" env: - - FLASK=1.1.2 + - FLASK=2.0.2 + - FLASK=1.1.4 - FLASK=1.0.4 - - FLASK=0.12.5 install: - pip install Flask==$FLASK - pip install -r dev_requirements.txt -- GitLab