mirror of
https://github.com/rancher/os.git
synced 2025-08-31 22:32:14 +00:00
16 lines
244 B
INI
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
|