.travis.yml: test on Python 3.7

This commit is contained in:
James Lu 2019-01-05 19:40:24 -08:00
parent 831a0af53c
commit 1e261e6cae

View File

@ -4,6 +4,7 @@ python:
- "3.4" - "3.4"
- "3.5" - "3.5"
- "3.6" - "3.6"
- "3.7"
addons: addons:
apt: apt: