mirror of
https://github.com/rancher/os.git
synced 2025-09-19 09:22:40 +00:00
revive integration tests
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
[tox]
|
||||
envlist=flake8, py34
|
||||
envlist=flake8, py27
|
||||
|
||||
[testenv]
|
||||
deps=-rrequirements.txt
|
||||
changedir={toxinidir}
|
||||
changedir=rancherostest
|
||||
commands=py.test --durations=20 {posargs}
|
||||
|
||||
[testenv:flake8]
|
||||
deps=-rrequirements.txt
|
||||
changedir={toxinidir}
|
||||
commands=flake8 rancherostest
|
||||
changedir=rancherostest
|
||||
commands=flake8 .
|
||||
|
||||
[flake8]
|
||||
max-line-length = 120
|
||||
|
Reference in New Issue
Block a user