cookiecutter-django/tox.ini
2015-11-09 00:54:48 +01:00

13 lines
183 B
INI

[tox]
skipsdist = true
envlist = py27,py34,py35
[testenv]
passenv = LC_ALL, LANG, HOME
deps =
binaryornot
flake8
pytest-cookies
sh
commands = py.test {posargs:tests}