From 4c89bb5077c0417126f37ab696f72ca65917f11e Mon Sep 17 00:00:00 2001 From: debugtalk Date: Tue, 7 Aug 2018 15:21:19 +0800 Subject: [PATCH] remove python 3.7 from travis --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c461dff3..4c350a17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,10 @@ -sudo: true -dist: xenial +sudo: false language: python python: - 2.7 - 3.4 - 3.5 - 3.6 - - 3.7 install: - pip install pipenv --upgrade-strategy=only-if-needed - pipenv install --dev