mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Swap lint/requirements validation between Python versions
This commit is contained in:
parent
c7183a14a5
commit
7f17a50b4a
@ -8,8 +8,8 @@ python:
|
|||||||
- 3.4
|
- 3.4
|
||||||
- 3.5
|
- 3.5
|
||||||
install:
|
install:
|
||||||
# Validate requirements_all.txt on Python 3.5
|
# Validate requirements_all.txt on Python 3.4
|
||||||
- if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then python3 setup.py -q develop 2>/dev/null; tput setaf 1; script/gen_requirements_all.py validate; fi
|
- if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then python3 setup.py -q develop 2>/dev/null; tput setaf 1; script/gen_requirements_all.py validate; fi
|
||||||
- script/bootstrap_server
|
- script/bootstrap_server
|
||||||
script:
|
script:
|
||||||
- script/cibuild
|
- script/cibuild
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
cd "$(dirname "$0")/.."
|
cd "$(dirname "$0")/.."
|
||||||
|
|
||||||
if [ "$TRAVIS_PYTHON_VERSION" != "3.4" ]; then
|
if [ "$TRAVIS_PYTHON_VERSION" != "3.5" ]; then
|
||||||
NO_LINT=1
|
NO_LINT=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user