Merge "Add functional tests to osc"

This commit is contained in:
Jenkins 2014-10-03 22:38:01 +00:00 committed by Gerrit Code Review
commit 8b84546460
1 changed files with 4 additions and 0 deletions

View File

@ -11,10 +11,14 @@ setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --testr-args='{posargs}'
whitelist_externals = bash
[testenv:pep8]
commands = flake8
[testenv:functional]
commands = bash -x {toxinidir}/functional/harpoon.sh
[testenv:venv]
commands = {posargs}