remove python 3.7 from travis

This commit is contained in:
debugtalk
2018-08-07 15:21:19 +08:00
parent a01cc3121d
commit 4c89bb5077

View File

@@ -1,12 +1,10 @@
sudo: true
dist: xenial
sudo: false
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
install:
- pip install pipenv --upgrade-strategy=only-if-needed
- pipenv install --dev