mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix actions with tox (#21642)
* Fix actions with tox * Update main.workflow
This commit is contained in:
parent
5efcbc5043
commit
5c9f266672
3
.github/main.workflow
vendored
3
.github/main.workflow
vendored
@ -5,12 +5,15 @@ workflow "Tox" {
|
|||||||
|
|
||||||
action "Python 3.7" {
|
action "Python 3.7" {
|
||||||
uses = "home-assistant/actions/py37-tox@master"
|
uses = "home-assistant/actions/py37-tox@master"
|
||||||
|
args = "-e lint,pylint,typing,cov"
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Python 3.6" {
|
action "Python 3.6" {
|
||||||
uses = "home-assistant/actions/py36-tox@master"
|
uses = "home-assistant/actions/py36-tox@master"
|
||||||
|
args = "-e lint,pylint,typing"
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Python 3.5" {
|
action "Python 3.5" {
|
||||||
uses = "home-assistant/actions/py35-tox@master"
|
uses = "home-assistant/actions/py35-tox@master"
|
||||||
|
args = "-e lint,pylint,typing"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user