mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-04-13 01:30:57 +00:00
12 lines
190 B
INI
12 lines
190 B
INI
[tox]
|
|
skipsdist = true
|
|
envlist = py27,py34,py35
|
|
|
|
[testenv]
|
|
passenv = LC_ALL, LANG, HOME
|
|
deps =
|
|
binaryornot
|
|
flake8==2.5.5
|
|
pytest-cookies
|
|
sh
|
|
commands = py.test {posargs:tests}
|