From e0446bf70d1e259ca5ae522f925c2e3bec79a71b Mon Sep 17 00:00:00 2001 From: debugtalk Date: Wed, 17 Apr 2019 19:20:45 +0800 Subject: [PATCH] try Python 3.7 for travis CI --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4c1d86b9..a99d0121 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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