Test with 3.6.1 in Travis (#26347)

https://github.com/home-assistant/architecture/issues/278
This commit is contained in:
Ville Skyttä 2019-09-02 16:51:59 +03:00 committed by Pascal Vizeli
parent ecaadfed3a
commit ed5d3dba0e

View File

@ -16,18 +16,14 @@ addons:
matrix: matrix:
fast_finish: true fast_finish: true
include: include:
- python: "3.6.0" - python: "3.6.1"
env: TOXENV=lint env: TOXENV=lint
dist: trusty - python: "3.6.1"
- python: "3.6.0"
env: TOXENV=pylint env: TOXENV=pylint
dist: trusty - python: "3.6.1"
- python: "3.6.0"
env: TOXENV=typing env: TOXENV=typing
dist: trusty - python: "3.6.1"
- python: "3.6.0"
env: TOXENV=py36 env: TOXENV=py36
dist: trusty
- python: "3.7" - python: "3.7"
env: TOXENV=py37 env: TOXENV=py37