travis: update python matrix to include 3.9

This commit is contained in:
codl 2021-03-08 23:43:24 +01:00
parent 9b42bb4bf0
commit 2f9db993dc
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ python:
- 3.6
- 3.7
- 3.8
- 3.9
install:
- pip install -r requirements.txt -r requirements-dev.txt
- nvm install 10