cookiecutter-django/tox.ini
2017-12-28 08:30:33 -08:00

13 lines
190 B
INI

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