mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-04-21 11:47:16 +00:00

* Create requirements.txt * Update setup.py * Update Dockerfile * Update Dockerfile * Update requirements.txt * Update requirements.txt * Update Dockerfile * Update tox.ini
16 lines
235 B
INI
16 lines
235 B
INI
[tox]
|
|
envlist = lint
|
|
|
|
[testenv]
|
|
deps =
|
|
flake8==3.5.0
|
|
pylint==2.0.0
|
|
-r{toxinidir}/requirements.txt
|
|
|
|
[testenv:lint]
|
|
basepython = python3
|
|
ignore_errors = True
|
|
commands =
|
|
flake8 hassio
|
|
pylint --rcfile pylintrc hassio
|