mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-16 09:40:40 +00:00
14 lines
219 B
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
|