From 4e1469ada4d2b27e66a106fe282fd1de2a1d8a3a Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 4 Mar 2019 10:03:54 +0100 Subject: [PATCH] Replace travis --- .github/main.workflow | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/main.workflow diff --git a/.github/main.workflow b/.github/main.workflow new file mode 100644 index 000000000..469e376ad --- /dev/null +++ b/.github/main.workflow @@ -0,0 +1,8 @@ +workflow "tox" { + on = "push" + resolves = ["Python 3.7"] +} + +action "Python 3.7" { + uses = "home-assistant/actions/py37-tox@master" +}