docker-tidy/tox.ini

15 lines
245 B
INI
Raw Normal View History

2015-06-30 22:33:43 +00:00
[tox]
envlist = py27,py35,py36
2015-06-30 22:33:43 +00:00
[testenv]
deps =
-rrequirements.txt
mock
pre-commit
pytest
2015-06-30 22:33:43 +00:00
commands =
py.test {posargs:tests}
pre-commit autoupdate
pre-commit install -f --install-hooks
pre-commit run --all-files