Skip to content

Commit

Permalink
Test with 3.6.0 in Travis (home-assistant#26039)
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored and balloob committed Aug 20, 2019
1 parent d96edea commit 4bce1ef
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4bce1ef

Please sign in to comment.