docker-tidy/tox.ini

14 lines
219 B
INI

[tox]
envlist = py27,py33,py34
[testenv]
deps =
-rrequirements.txt
mock
pre-commit
pytest
commands =
py.test {posargs:tests}
pre-commit install -f --install-hooks
pre-commit run --all-files