supervisor/tox.ini
Pascal Vizeli 00e7d96472
Fix new auth system (#633)
* Fix new auth system

* Update exceptions.py

* Update exceptions.py

* Update homeassistant.py

* Update homeassistant.py

* Update homeassistant.py

* Fix some API Errors

* fix lint
2018-08-09 00:05:08 +02:00

16 lines
235 B
INI

[tox]
envlist = lint
[testenv]
deps =
flake8==3.5.0
pylint==2.1.1
-r{toxinidir}/requirements.txt
[testenv:lint]
basepython = python3
ignore_errors = True
commands =
flake8 hassio
pylint --rcfile pylintrc hassio