chg: [travis] Python 3.8 test added - removed the nightly build (3.9 is heavily broken)

pull/177/head
Alexandre Dulaunoy 2020-01-09 11:43:33 +01:00
parent 8dd38c9b56
commit d5cc5db3d7
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ sudo: required
python:
- "3.6"
- "3.6-dev"
- "nightly"
- "3.8"
- "3.8-dev"
install:
- sudo apt-get update -qq