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