Only validate requirements_all.txt on Python 3.5
This commit is contained in:
parent
9dca22aa27
commit
dd60cc020e
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ python:
|
||||||
- 3.4
|
- 3.4
|
||||||
- 3.5
|
- 3.5
|
||||||
install:
|
install:
|
||||||
- python3 setup.py -q develop
|
# Validate requirements_all.txt on Python 3.5
|
||||||
- script/gen_requirements_all.py validate
|
- if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then python3 setup.py -q develop; script/gen_requirements_all.py validate; fi
|
||||||
- script/bootstrap_server
|
- script/bootstrap_server
|
||||||
script:
|
script:
|
||||||
- script/cibuild
|
- script/cibuild
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue