travis: test on Python 3.9

This commit is contained in:
lilydjwg 2020-12-03 14:14:37 +08:00
parent d053fc3ba4
commit a0c32ce5f0
1 changed files with 1 additions and 0 deletions

View File

@ -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