From 5ba4e9a67ba0a369a0ca7b4c1ee607186c064de4 Mon Sep 17 00:00:00 2001 From: winkidney Date: Wed, 4 Dec 2019 00:21:38 +0800 Subject: [PATCH] Fix: remove python 3.7(not exists on travis-ci) --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 561bc82..7dd099e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ cache: python: - "3.5" - "3.6" - - "3.7.4" install: - pip install pipenv && pipenv install --dev --system script: