deb-python-nose-timer/tox.ini

23 lines
313 B
INI

[tox]
envlist = pep8,py33,py34,py27,py26
[testenv]
deps =
nose
nose-parameterized
termcolor
mock
commands =
nosetests {posargs} --verbosity 2 tests
[testenv:pep8]
deps =
{[testenv]deps}
flake8
commands =
flake8 {posargs}
[flake8]
builtins = _
exclude = .venv,.tox,doc,*egg,.git