amqtt/tox.ini

27 wiersze
388 B
INI
Czysty Zwykły widok Historia

2015-08-13 16:04:53 +00:00
[tox]
envlist =
2016-03-12 21:25:25 +00:00
py34,
2015-09-16 20:18:50 +00:00
py35,
2015-08-13 16:04:53 +00:00
coverage,
#flake8
[testenv]
deps =
nose
-rrequirements.txt
commands = nosetests
[testenv:flake8]
commands = flake8 hbmqtt
deps = flake8
[testenv:coverage]
commands =
python -m coverage erase
python -m coverage run --branch --source=hbmqtt -m unittest
python -m coverage report
deps =
coverage
-rrequirements.txt