mirror of
https://github.com/home-assistant/core.git
synced 2025-10-18 16:19:32 +00:00
Swap lint/requirements validation between Python versions
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
if [ "$TRAVIS_PYTHON_VERSION" != "3.4" ]; then
|
||||
if [ "$TRAVIS_PYTHON_VERSION" != "3.5" ]; then
|
||||
NO_LINT=1
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user