未验证 提交 374f7f76 编写于 作者: X Xu Han 提交者: GitHub

Merge pull request #1398 from luckyh/drop-py26-check

Drop python 2.6 ci check
......@@ -2,7 +2,6 @@ language: python
python:
- "3.6"
- "2.7"
- "2.6"
branches:
only:
......@@ -11,8 +10,7 @@ branches:
sudo: false
install:
- if [ "$TRAVIS_PYTHON_VERSION" = '2.6' ]; then SPHINX_VERSION=1.4.9; fi
- pip install sphinx${SPHINX_VERSION:+==$SPHINX_VERSION}
- pip install sphinx
- pip install -r requirements-travis.txt
script:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册