cookiecutter-django/tox.ini

12 lines
152 B
INI
Raw Normal View History

[tox]
skipsdist = true
2017-12-28 19:45:28 +03:00
envlist = py36
[testenv]
deps =
binaryornot
flake8==2.5.5
pytest-cookies
sh
2018-03-05 14:25:51 +03:00
commands = pytest {posargs:./tests}