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 176c712eeb
commit 98bdfc821e
No known key found for this signature in database
GPG key ID: DB66C0BE6013F97E

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