mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-13 05:06:58 +03:00
10 lines
143 B
INI
10 lines
143 B
INI
[tox]
|
|
skipsdist = true
|
|
envlist = py27,py34,py35
|
|
|
|
[testenv]
|
|
deps =
|
|
-rrequirements.txt
|
|
pytest-cookies
|
|
commands = py.test {posargs:tests}
|