This repository has been archived on 2024-05-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blinkpy/tox.ini
T

23 lines
450 B
INI

[tox]
envlist = py34, pep8
[testenv]
setenv =
LAND=en_US.UTF-8
PYTHONPATH = {toxinidir}
commands =
py.test -v --timeout=30 --duration=10 --cov=blinkpy --cov-report html {posargs}
deps =
-r{toxinidir}/requirements.txt
[testenv:pep8]
deps =
-r{toxinidir}/requirements.txt
flake8
basepython = python3
commands =
flake8 blinkpy.py
[flake8]
ignore = E501
exclude = .venv,.git,.tox,dist,doc,*lib/python,*egg,build