travis: 3.7 support

This commit is contained in:
Dylan Araps 2018-07-06 08:23:13 +10:00
parent f0480c26a8
commit f12ca22999

View File

@ -6,6 +6,8 @@ matrix:
python: 3.5
- os: linux
python: 3.6
- os: linux
python: 3.7
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi