mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Replace travis (#21641)
This commit is contained in:
parent
10e334cbf0
commit
5efcbc5043
16
.github/main.workflow
vendored
Normal file
16
.github/main.workflow
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
workflow "Tox" {
|
||||
on = "push"
|
||||
resolves = ["Python 3.7", "Python 3.6", "Python 3.5"]
|
||||
}
|
||||
|
||||
action "Python 3.7" {
|
||||
uses = "home-assistant/actions/py37-tox@master"
|
||||
}
|
||||
|
||||
action "Python 3.6" {
|
||||
uses = "home-assistant/actions/py36-tox@master"
|
||||
}
|
||||
|
||||
action "Python 3.5" {
|
||||
uses = "home-assistant/actions/py35-tox@master"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user