Add Python 3.9 to travis test grid

This commit is contained in:
Daniele Varrazzo 2021-05-20 17:00:24 +02:00
parent af62637637
commit 1a455035fc

View File

@ -12,6 +12,7 @@ python:
- 3.6 - 3.6
- 3.7 - 3.7
- 3.8 - 3.8
- 3.9
install: install:
- sudo apt-get install -y bc - sudo apt-get install -y bc