[Mod]change python to 3.6 in travis

This commit is contained in:
vn.py 2019-02-23 22:25:14 +08:00
parent 00da4e8bbc
commit 20bd88cee0

View File

@ -1,6 +1,6 @@
language: python language: python
python: python:
- "3.7" - "3.6"
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install flake8 - pip install flake8