add Python 3.7

This commit is contained in:
debugtalk
2018-08-07 15:14:44 +08:00
parent 167fc9cc02
commit a01cc3121d
2 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -1,10 +1,12 @@
sudo: false
sudo: true
dist: xenial
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