Only validate requirements_all.txt on Python 3.5

This commit is contained in:
Paulus Schoutsen 2015-12-18 00:19:14 -08:00
parent 9dca22aa27
commit dd60cc020e

View file

@ -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