requirements/tox.ini
Alex Gaynor 14a4c05fa2 Added pypy env to tox
Change-Id: I4b525873924eb3b481860b89000ae807b6ec627a
2013-09-21 13:40:43 -07:00

20 lines
369 B
INI

[tox]
envlist = py27,pypy,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