docker-tidy/tox.ini

14 lines
219 B
INI
Raw Normal View History

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