add python 3.7 to travis-ci config

This commit is contained in:
Laszlo Nagy
2019-01-01 11:56:25 +11:00
parent 3810cada18
commit d29bd700ca

View File

@@ -28,6 +28,13 @@ matrix:
env:
- TRAVIS_CLANG=clang-6.0
- TYPECHECK=true
- os: linux
dist: trusty
sudo: false
python: 3.7
env:
- TRAVIS_CLANG=clang-6.0
- TYPECHECK=true
- os: osx
osx_image: xcode7.3
language: generic