1
0
mirror of https://github.com/rancher/os.git synced 2025-08-09 10:38:25 +00:00
os/tests/integration/tox.ini

15 lines
228 B
INI
Raw Normal View History

2015-05-06 13:23:16 +00:00
[tox]
2015-09-01 14:11:02 +00:00
envlist=flake8, py27
2015-09-04 07:13:51 +00:00
skipsdist=True
2015-05-06 13:23:16 +00:00
[testenv]
deps=-rrequirements.txt
commands=py.test -s --durations=20 rancherostest {posargs}
2015-05-06 13:23:16 +00:00
[testenv:flake8]
2015-09-04 07:13:51 +00:00
deps=flake8
2015-09-03 15:07:57 +00:00
commands=flake8 rancherostest
2015-05-07 13:59:48 +00:00
[flake8]
max-line-length = 120