travis: test on Python 3.9
This commit is contained in:
parent
d053fc3ba4
commit
a0c32ce5f0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue