1
0
mirror of https://github.com/rancher/os.git synced 2025-07-30 22:24:33 +00:00
os/tests/integration/tox.ini
2015-09-04 19:30:16 +05:00

15 lines
228 B
INI

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