1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 22:32:14 +00:00
Files
os/tests/integration/tox.ini
2015-09-03 17:44:16 +05:00

16 lines
244 B
INI

[tox]
envlist=flake8, py27
[testenv]
deps=-rrequirements.txt
changedir=rancherostest
commands=py.test --durations=20 {posargs}
[testenv:flake8]
deps=-rrequirements.txt
changedir=rancherostest
commands=flake8 .
[flake8]
max-line-length = 120