mirror of
https://github.com/rancher/os.git
synced 2025-08-01 15:08:47 +00:00
16 lines
252 B
INI
16 lines
252 B
INI
[tox]
|
|
envlist=flake8, py34
|
|
|
|
[testenv]
|
|
deps=-rrequirements.txt
|
|
changedir={toxinidir}
|
|
commands=py.test --durations=20 {posargs}
|
|
|
|
[testenv:flake8]
|
|
deps=-rrequirements.txt
|
|
changedir={toxinidir}
|
|
commands=flake8 rancherostest
|
|
|
|
[flake8]
|
|
max-line-length = 120
|