mirror of
https://github.com/rancher/os.git
synced 2025-07-31 06:32:09 +00:00
15 lines
216 B
INI
15 lines
216 B
INI
[tox]
|
|
envlist=flake8, py27
|
|
skipsdist=True
|
|
|
|
[testenv]
|
|
deps=-rrequirements.txt
|
|
commands=py.test -s --durations=20 rostest {posargs}
|
|
|
|
[testenv:flake8]
|
|
deps=flake8
|
|
commands=flake8 rostest
|
|
|
|
[flake8]
|
|
max-line-length = 120
|