From: Aarni Koskela Date: Wed, 11 Nov 2020 12:42:51 +0000 (+0200) Subject: Travis: Test on Python 3.9 X-Git-Tag: v2.9.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49e20930995a9feab35c918abe0cae2554e7e408;p=thirdparty%2Fbabel.git Travis: Test on Python 3.9 --- diff --git a/.travis.yml b/.travis.yml index 7f7331be..1bebe7f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,10 @@ matrix: python: 3.8 env: - PYTEST_VERSION=6.1.2 - + - os: linux + python: 3.9 + env: + - PYTEST_VERSION=6.1.2 install: - bash .ci/deps.${TRAVIS_OS_NAME}.sh - pip install --upgrade pip