Merge "Add debug testenv in tox"

This commit is contained in:
Jenkins 2016-01-18 06:21:57 +00:00 committed by Gerrit Code Review
commit e40dfd5e45
1 changed files with 11 additions and 0 deletions

11
tox.ini
View File

@ -6,6 +6,17 @@ envlist = py34,py27,pypy,pep8
deps = -r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:debug]
commands = oslo_debug_helper {posargs}
[testenv:debug-py27]
basepython = python2.7
commands = oslo_debug_helper {posargs}
[testenv:debug-py34]
basepython = python3.4
commands = oslo_debug_helper {posargs}
[testenv:pep8]
commands = flake8