try Python 3.7 for travis CI

This commit is contained in:
debugtalk
2019-04-17 19:20:45 +08:00
parent aac919ba53
commit 9a70fc6551

View File

@@ -5,7 +5,11 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7-dev
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
install:
- pip install pipenv --upgrade-strategy=only-if-needed
- pipenv install --dev --skip-lock