1
0
mirror of https://github.com/rancher/os.git synced 2025-08-18 14:58:32 +00:00
os/tests/container/tox.ini

13 lines
216 B
INI
Raw Normal View History

2015-05-07 12:18:53 +00:00
[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 rancheros