Change the support of python version
This commit is contained in:
parent
51ab70c8e4
commit
feaa0708ec
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.6"
|
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.3"
|
- "3.3"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
|
- "3.5"
|
||||||
|
- "3.6"
|
||||||
install:
|
install:
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
# command to run tests
|
# command to run tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue