From 8c9a88882ee339af9275524ff71baa821d65d0d9 Mon Sep 17 00:00:00 2001 From: winkidney Date: Wed, 4 Dec 2019 00:19:27 +0800 Subject: [PATCH] Fix: Remove python 3.8's tests in case that version doesn't exists on travis-ci --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ffc7d2e..561bc82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ python: - "3.5" - "3.6" - "3.7.4" - - "3.8" install: - pip install pipenv && pipenv install --dev --system script: