docker-tidy/tox.ini

15 lines
245 B
INI
Raw Normal View History

2015-07-01 00:33:43 +02:00
[tox]
envlist = py27,py35,py36
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 autoupdate
pre-commit install -f --install-hooks
pre-commit run --all-files