mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-02 18:04:42 +00:00
11 lines
152 B
INI
11 lines
152 B
INI
[tox]
|
|
skipsdist = true
|
|
envlist = py36
|
|
|
|
[testenv]
|
|
deps =
|
|
binaryornot
|
|
flake8==2.5.5
|
|
pytest-cookies
|
|
sh
|
|
commands = pytest {posargs:./tests}
|