From 98bdfc821ed6084785d6e0d4397a25a18bb48431 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Tue, 29 Jan 2019 17:46:02 +0100 Subject: [PATCH] Disable travis test for Python 3 It hasn't found any bugs so far - and it takes a lot of time --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index ce9b00e2e0..c7d33285f6 100644 --- a/.travis.yml +++ b/.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