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.5
|
||||
install:
|
||||
- python3 setup.py -q develop
|
||||
- script/gen_requirements_all.py validate
|
||||
# Validate requirements_all.txt on Python 3.5
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then python3 setup.py -q develop; script/gen_requirements_all.py validate; fi
|
||||
- script/bootstrap_server
|
||||
script:
|
||||
- script/cibuild
|
||||
|
|
Loading…
Add table
Reference in a new issue