mirror of
https://github.com/rancher/os.git
synced 2025-07-30 22:24:33 +00:00
13 lines
220 B
INI
13 lines
220 B
INI
|
[tox]
|
||
|
envlist=flake8, py27
|
||
|
|
||
|
[testenv]
|
||
|
deps=-rrequirements.txt
|
||
|
changedir={toxinidir}
|
||
|
commands=py.test --durations=20 {posargs}
|
||
|
|
||
|
[testenv:flake8]
|
||
|
deps=-rrequirements.txt
|
||
|
changedir={toxinidir}
|
||
|
commands=flake8 rancherostest
|