requirements/tox.ini
Robert Collins 3f093a2d77 Ignore the ending of commit messages.
Per the list discussion this isn't something that should have any
impact on reviews. Life's too short.

Change-Id: I8debad98dd1177164699678985a8793d0762bfb1
2013-08-18 07:54:39 +12:00

20 lines
364 B
INI

[tox]
envlist = py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_ALL=C
deps = -U
-r{toxinidir}/test-requirements.txt
commands =
python setup.py testr --slowest --testr-args='{posargs}'
[testenv:pep8]
commands = flake8
[flake8]
ignore = H803
exclude = .venv,.git,.tox,dist,doc,*egg,build