From 4b403c4647bbc3c825e74c2746595ce2bf7c3c04 Mon Sep 17 00:00:00 2001 From: Sam Ireland Date: Sat, 29 May 2021 18:31:42 +0100 Subject: [PATCH] Test more Python versions --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4fa44f85..1ba18547 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,9 @@ language: python python: - 3.6 - 3.7 -matrix: - include: - - python: 3.8 - dist: xenial - sudo: true + - 3.8 + - 3.9 + - 3.10 install: - pip install -r requirements.txt