Fix: remove python 3.7(not exists on travis-ci)

This commit is contained in:
winkidney
2019-12-04 00:21:38 +08:00
committed by Isaac Bythewood
parent 8c9a88882e
commit 5ba4e9a67b

View File

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