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