cookiecutter-django/tox.ini
Daniel Roy Greenfeld 806f03310b Python 3.6 or go home
2017-12-28 08:45:28 -08:00

13 lines
180 B
INI

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