.travis.yml: Add use releases for python 3.8 and 3.9

This commit is contained in:
Valentin Lorentz 2021-01-27 18:19:23 +01:00
parent c016ed5bfd
commit 18baff976a

View File

@ -30,7 +30,10 @@ matrix:
- python: "3.7"
env: WITH_OPT_DEPS=true
dist: xenial
- python: "3.8-dev"
- python: "3.8"
env: WITH_OPT_DEPS=true
dist: xenial
- python: "3.9"
env: WITH_OPT_DEPS=true
dist: xenial
- python: "nightly"