hass-core/script/test
Michaël Arnauts cb85128304 Speeds up lint and test in docker by keeping the cache between invocations. (#5177)
* Add a volume to store the tox cache on the host. This gives quite some speed boost when running lint_docker and test_docker.

* Only map .tox directory for cache.
2017-01-05 09:45:14 +01:00

6 lines
79 B
Bash
Executable file

#!/bin/sh
# Executes the tests with tox.
cd "$(dirname "$0")/.."
tox -e py34