cookiecutter-django/tox.ini

13 lines
180 B
INI
Raw Normal View History

[tox]
skipsdist = true
2017-12-28 19:45:28 +03:00
envlist = py36
[testenv]
passenv = LC_ALL, LANG, HOME
deps =
binaryornot
flake8==2.5.5
pytest-cookies
sh
commands = py.test {posargs:tests}