1
0
mirror of https://github.com/rancher/os.git synced 2025-07-15 23:55:51 +00:00
os/tests/integration/tox.ini
2016-03-17 04:30:11 -07:00

16 lines
239 B
INI

[tox]
envlist=flake8, py27
skipsdist=True
[testenv]
deps=-rrequirements.txt
passenv=HOST_ARCH ARCH
commands=py.test -s --durations=20 rostest {posargs}
[testenv:flake8]
deps=flake8
commands=flake8 rostest
[flake8]
max-line-length = 120