Fix: Remove python 3.8's tests in case that version doesn't exists

on travis-ci
This commit is contained in:
winkidney
2019-12-04 00:19:27 +08:00
committed by Isaac Bythewood
parent 6913169468
commit 8c9a88882e

View File

@@ -7,7 +7,6 @@ python:
- "3.5"
- "3.6"
- "3.7.4"
- "3.8"
install:
- pip install pipenv && pipenv install --dev --system
script: