mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-09 13:14:43 +00:00
9 lines
143 B
INI
9 lines
143 B
INI
[tox]
|
|
skipsdist = true
|
|
envlist = py27,py34,py35
|
|
|
|
[testenv]
|
|
deps =
|
|
-rrequirements.txt
|
|
pytest-cookies
|
|
commands = py.test {posargs:tests}
|