mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +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
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
@ -22,9 +22,9 @@ matrix:
|
|||
script:
|
||||
- esphomeyaml tests/test1.yaml compile
|
||||
- esphomeyaml tests/test2.yaml compile
|
||||
- python: "3.5.3"
|
||||
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
|
||||
script:
|
||||
- esphomeyaml tests/test1.yaml compile
|
||||
- esphomeyaml tests/test2.yaml compile
|
||||
#- python: "3.5.3"
|
||||
# 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
|
||||
# script:
|
||||
# - esphomeyaml tests/test1.yaml compile
|
||||
# - esphomeyaml tests/test2.yaml compile
|
||||
|
|
Loading…
Reference in a new issue