cookiecutter-django/tox.ini
2015-11-09 00:33:41 +01:00

8 lines
120 B
INI

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