cookiecutter-django/tox.ini

10 lines
143 B
INI
Raw Normal View History

[tox]
skipsdist = true
envlist = py27,py34,py35
[testenv]
deps =
-rrequirements.txt
pytest-cookies
commands = py.test {posargs:tests}