mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
8 lines
120 B
INI
8 lines
120 B
INI
[tox]
|
|
skipsdist = true
|
|
envlist = py27,py34,py35
|
|
|
|
[testenv]
|
|
deps = -rrequirements.txt
|
|
commands = py.test {posargs:tests}
|