amqtt/tox.ini

31 wiersze
482 B
INI
Czysty Zwykły widok Historia

2015-08-13 16:04:53 +00:00
[tox]
envlist =
2016-03-12 21:30:55 +00:00
py344,
2015-09-16 20:18:50 +00:00
py35,
2015-08-13 16:04:53 +00:00
coverage,
#flake8,
check-manifest
2015-08-13 16:04:53 +00:00
[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
[testenv:check-manifest]
deps = check-manifest
commands = check-manifest