Merge "Hotfix for bug 1255928"

This commit is contained in:
Jenkins 2013-11-28 14:00:30 +00:00 committed by Gerrit Code Review
commit e352299f63

View File

@ -21,8 +21,7 @@ sitepackages = False
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}
commands =
python setup.py testr --coverage \
--testr-args='^(?!.*test.*coverage).*$'
python -m climate.openstack.common.lockutils python setup.py testr --coverage --testr-args='^(?!.*test.*coverage).*$'
[testenv:pep8]
commands = flake8 {posargs}