From 8761f18b7fd4b43ae904fcaa2269959960b1088b Mon Sep 17 00:00:00 2001 From: httprunner 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