From 4bce1efeeede25c84337e06d3ef97233e32dea72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 20 Aug 2019 20:55:40 +0300 Subject: [PATCH] Test with 3.6.0 in Travis (#26039) https://github.com/home-assistant/home-assistant/pull/26030#issuecomment-522298190 --- .travis.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f54f4027de4..3447571a3e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,14 +16,18 @@ addons: matrix: fast_finish: true include: - - python: "3.6" + - python: "3.6.0" env: TOXENV=lint - - python: "3.6" + dist: trusty + - python: "3.6.0" env: TOXENV=pylint - - python: "3.6" + dist: trusty + - python: "3.6.0" env: TOXENV=typing - - python: "3.6" + dist: trusty + - python: "3.6.0" env: TOXENV=py36 + dist: trusty - python: "3.7" env: TOXENV=py37