Merge "Actually allow to pass TRACE_FAILONLY to ostestr"

This commit is contained in:
Jenkins 2015-06-10 17:34:43 +00:00 committed by Gerrit Code Review
commit 9c24dbeaac
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ skipsdist = True
[testenv]
setenv = VIRTUAL_ENV={envdir}
passenv = TRACE_FAILONLY
usedevelop = True
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt