Replace travis

This commit is contained in:
Pascal Vizeli 2019-03-04 10:03:54 +01:00 committed by GitHub
parent 5778f78f28
commit 4e1469ada4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
.github/main.workflow vendored Normal file
View File

@ -0,0 +1,8 @@
workflow "tox" {
on = "push"
resolves = ["Python 3.7"]
}
action "Python 3.7" {
uses = "home-assistant/actions/py37-tox@master"
}