This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
homeassistant-core
Watch
1
Star
0
Fork
0
You've already forked homeassistant-core
forked from
home-assistant/core
Code
Pull Requests
Activity
Files
445c741b30cd5a40b5914e42351ec8d20c63243b
homeassistant-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
script/test: fix tox env (
#25620
)
2019-08-01 08:45:58 +03:00
tox -e py36
Copy Permalink