Travis: Less verbose requirements_all.txt check

pull/787/merge
Paulus Schoutsen 2015-12-26 17:19:53 -08:00
parent 1944b6a335
commit 089bbfc5cc
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ python:
- 3.5
install:
# Validate requirements_all.txt on Python 3.5
- if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then python3 setup.py develop; script/gen_requirements_all.py validate; fi
- 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