From f1fd60679bddf94ad5ad48cb2cc83bac3f140526 Mon Sep 17 00:00:00 2001 From: Olivier Mangin Date: Sat, 7 Nov 2020 17:30:21 -0800 Subject: [PATCH] Adds python 3.9 to build matrix. --- .travis.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3792177..a03b5d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ matrix: # Full tests (with online API) - os: linux language: python - python: 3.7 + python: 3.9 dist: xenial sudo: true env: @@ -40,6 +40,13 @@ matrix: sudo: true env: - TO_TEST=TEST_MOCK + - os: linux + language: python + dist: xenial + python: 3.9 + sudo: true + env: + - TO_TEST=TEST_MOCK # Install tests @@ -53,7 +60,7 @@ matrix: language: python dist: xenial sudo: true - python: 3.8 + python: 3.9 env: - TO_TEST=INSTALL if: type = cron