Merge "Fix coverage for IPA"

This commit is contained in:
Jenkins 2016-04-10 11:51:53 +00:00 committed by Gerrit Code Review
commit 73af03c0a5
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored

@ -7,6 +7,7 @@ ChangeLog
*.egg
.tox/*
devenv/*
cover
.coverage
coverage.xml
.testrepository

@ -35,7 +35,7 @@ commands =
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}
commands =
python setup.py testr --coverage {posargs:ironic_python_agent}
python setup.py test --coverage --coverage-package-name ironic_python_agent {posargs}
[testenv:venv]
setenv = PYTHONHASHSEED=0