1
0
mirror of https://github.com/rancher/os.git synced 2025-09-13 13:39:53 +00:00
Files
os/tests/integration/tox.ini

16 lines
254 B
INI
Raw Normal View History

2015-05-06 18:23:16 +05:00
[tox]
2015-09-01 19:11:02 +05:00
envlist=flake8, py27
2015-09-04 12:13:51 +05:00
skipsdist=True
2015-05-06 18:23:16 +05:00
[testenv]
deps=-rrequirements.txt
2016-06-13 16:33:07 -07:00
passenv=HOST_ARCH ARCH VERSION SUFFIX
2015-11-18 14:27:54 +05:00
commands=py.test -s --durations=20 rostest {posargs}
2015-05-06 18:23:16 +05:00
[testenv:flake8]
2015-09-04 12:13:51 +05:00
deps=flake8
2015-11-18 14:27:54 +05:00
commands=flake8 rostest
2015-05-07 18:59:48 +05:00
[flake8]
max-line-length = 120