Add Python 3.9 to travis test grid, drop 2.7

This commit is contained in:
Daniele Varrazzo 2021-05-20 16:58:46 +02:00
parent 45599b2716
commit cdc83d64db

View File

@ -12,10 +12,7 @@ python:
- 3.6
- 3.7
- 3.8
matrix:
include:
- python: 2.7
- 3.9
install:
- sudo apt-get install -y bc