mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 11:34:00 +03:00
12 lines
152 B
INI
12 lines
152 B
INI
[tox]
|
|
skipsdist = true
|
|
envlist = py36
|
|
|
|
[testenv]
|
|
deps =
|
|
binaryornot
|
|
flake8==2.5.5
|
|
pytest-cookies
|
|
sh
|
|
commands = pytest {posargs:./tests}
|