From a0c32ce5f0f3709794e3c7e300452577368386cd Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Thu, 3 Dec 2020 14:14:37 +0800 Subject: [PATCH] travis: test on Python 3.9 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6bf5200..44ff155 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ cache: pip python: - "3.7" - "3.8" + - "3.9" - "nightly" before_install: if [[ -n $KEY ]]; then openssl enc -d -aes-256-ctr -pbkdf2 -k $KEY -in keyfile.toml.enc -out keyfile.toml; fi install: pip install -U $DEPS pytest pytest-asyncio pytest-httpbin flaky structlog toml appdirs