mirror of
https://github.com/esphome/esphome.git
synced 2024-12-18 15:57:58 +01:00
Disable travis test for Python 3
It hasn't found any bugs so far - and it takes a lot of time
This commit is contained in:
parent
176c712eeb
commit
98bdfc821e
12
.travis.yml
12
.travis.yml
@ -22,9 +22,9 @@ matrix:
|
|||||||
script:
|
script:
|
||||||
- esphomeyaml tests/test1.yaml compile
|
- esphomeyaml tests/test1.yaml compile
|
||||||
- esphomeyaml tests/test2.yaml compile
|
- esphomeyaml tests/test2.yaml compile
|
||||||
- python: "3.5.3"
|
#- python: "3.5.3"
|
||||||
env: TARGET=Test3.5
|
# env: TARGET=Test3.5
|
||||||
install: pip install -U https://github.com/platformio/platformio-core/archive/develop.zip && pip install -e . && pip install flake8==3.6.0 pylint==2.2.2 pillow
|
# install: pip install -U https://github.com/platformio/platformio-core/archive/develop.zip && pip install -e . && pip install flake8==3.6.0 pylint==2.2.2 pillow
|
||||||
script:
|
# script:
|
||||||
- esphomeyaml tests/test1.yaml compile
|
# - esphomeyaml tests/test1.yaml compile
|
||||||
- esphomeyaml tests/test2.yaml compile
|
# - esphomeyaml tests/test2.yaml compile
|
||||||
|
Loading…
Reference in New Issue
Block a user