Skip to content

Commit

Permalink
Fix actions with tox (home-assistant#21642)
Browse files Browse the repository at this point in the history
* Fix actions with tox

* Update main.workflow
  • Loading branch information
pvizeli authored Mar 4, 2019
1 parent 5efcbc5 commit 5c9f266
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ workflow "Tox" {

action "Python 3.7" {
uses = "home-assistant/actions/py37-tox@master"
args = "-e lint,pylint,typing,cov"
}

action "Python 3.6" {
uses = "home-assistant/actions/py36-tox@master"
args = "-e lint,pylint,typing"
}

action "Python 3.5" {
uses = "home-assistant/actions/py35-tox@master"
args = "-e lint,pylint,typing"
}

0 comments on commit 5c9f266

Please sign in to comment.