Skip to content

Commit

Permalink
Revert Travis until github actions work better for PR (home-assistant…
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Mar 7, 2019
1 parent 5c2d174 commit 720b0c5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,20 @@ addons:
matrix:
fast_finish: true
include:
- python: "3.5.3"
env: TOXENV=lint
- python: "3.5.3"
env: TOXENV=pylint
- python: "3.5.3"
env: TOXENV=typing
- python: "3.5.3"
env: TOXENV=cov
after_success: coveralls
- python: "3.6"
env: TOXENV=py36
- python: "3.7"
env: TOXENV=py37
dist: xenial
- python: "3.8-dev"
env: TOXENV=py38
dist: xenial
Expand Down

0 comments on commit 720b0c5

Please sign in to comment.