mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-04-21 03:37:15 +00:00

* Use tmp folder / fix log bug / add executor * Update __main__.py * Update .travis.yml * Add autoupdate on startup. * Fix bug * Move selfupdate code part into start
13 lines
174 B
YAML
13 lines
174 B
YAML
sudo: false
|
|
matrix:
|
|
fast_finish: true
|
|
include:
|
|
- python: "3.6"
|
|
|
|
cache:
|
|
directories:
|
|
- $HOME/.cache/pip
|
|
install: pip install -U tox
|
|
language: python
|
|
script: tox
|