1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-16 07:40:29 +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:
Otto Winter 2019-01-29 17:46:02 +01:00
parent 5bbc39d600
commit 3df7a2861a

View File

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