travis, appveyor: Add Python 3.8 build

This commit is contained in:
Julien Bect 2020-05-05 22:17:05 +02:00
parent 8b74bbf6b9
commit 4aa2ea9f5e
3 changed files with 4 additions and 0 deletions

View file

@ -17,6 +17,7 @@ env:
- PYTHON_VERSION=3.5
- PYTHON_VERSION=3.6
- PYTHON_VERSION=3.7
- PYTHON_VERSION=3.8
before_install:
- wget https://github.com/mzwiessele/travis_scripts/raw/master/download_miniconda.sh