remove python 3.7 from travis

This commit is contained in:
debugtalk
2018-08-07 15:21:19 +08:00
parent a01cc3121d
commit 4c89bb5077
+1 -3
View File
@@ -1,12 +1,10 @@
sudo: true sudo: false
dist: xenial
language: python language: python
python: python:
- 2.7 - 2.7
- 3.4 - 3.4
- 3.5 - 3.5
- 3.6 - 3.6
- 3.7
install: install:
- pip install pipenv --upgrade-strategy=only-if-needed - pip install pipenv --upgrade-strategy=only-if-needed
- pipenv install --dev - pipenv install --dev