1
0
mirror of https://github.com/rancher/os.git synced 2025-09-18 16:27:31 +00:00
Files
os/tests/integration/tox.ini

16 lines
252 B
INI
Raw Normal View History

2015-05-06 18:23:16 +05:00
[tox]
2015-05-08 10:42:18 +05:00
envlist=flake8, py34
2015-05-06 18:23:16 +05:00
[testenv]
deps=-rrequirements.txt
changedir={toxinidir}
commands=py.test --durations=20 {posargs}
[testenv:flake8]
deps=-rrequirements.txt
changedir={toxinidir}
commands=flake8 rancherostest
2015-05-07 18:59:48 +05:00
[flake8]
max-line-length = 120