This website requires JavaScript.
Explore
Help
Sign In
home-assistant
/
core
Watch
1
Star
0
Fork
1
You've already forked core
mirror of
https://github.com/home-assistant/core.git
synced
2026-07-09 10:01:17 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
17b59cd4100bd4717294ec0204bb77311d11d6da
core
/
script
/
test
T
7 lines
79 B
Bash
Raw
Normal View
History
Unescape
Escape
Add exec + doc header
2015-09-17 00:38:52 -07:00
#!/bin/sh
Speeds up lint and test in docker by keeping the cache between invocations. (
#5177
)
2017-01-05 09:45:14 +01:00
# Executes the tests with tox.
cd
"
$(
dirname
"
$0
"
)
/.."
Add exec + doc header
2015-09-17 00:38:52 -07:00
Removing asyncio.coroutine syntax from HASS core (
#12509
)
2018-02-25 12:38:46 +01:00
tox -e py35
Reference in New Issue
Copy Permalink