Change the support of python version

This commit is contained in:
fprocess 2018-05-18 01:58:36 +08:00
parent 51ab70c8e4
commit feaa0708ec

View file

@ -1,9 +1,10 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- python setup.py install
# command to run tests