Add python 3.7 in travis ci.

#527
This commit is contained in:
FrankWang 2018-07-03 11:17:44 +08:00 committed by GitHub
parent 3d5ef5b1d8
commit a3a2bd5793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy"
- "pypy3"
install: "pip install -r requirements.txt"