Merge "Use master branch of python-subunit to generate reports"
This commit is contained in:
commit
99d58382ab
@ -1,4 +1,4 @@
|
||||
# Requirements file for 'report' Tox environment
|
||||
|
||||
os-testr>=1.0 # Apache 2.0
|
||||
os-testr>=1.0 # Apache-2.0
|
||||
stestr>=2.0 # Apache-2.0
|
||||
|
7
tox.ini
7
tox.ini
@ -198,8 +198,11 @@ commands =
|
||||
# --- CI report environments --------------------------------------------------
|
||||
|
||||
[testenv:report]
|
||||
basepython=python2.7
|
||||
skipsdist=True
|
||||
usedevelop = False
|
||||
deps = -r {toxinidir}/report-requirements.txt
|
||||
passenv = {[base]passenv}
|
||||
setenv = {[base]setenv}
|
||||
commands = {toxinidir}/tools/ci/make_report
|
||||
commands =
|
||||
pip install git+https://github.com/testing-cabal/subunit.git@master
|
||||
{toxinidir}/tools/ci/make_report
|
||||
|
Loading…
Reference in New Issue
Block a user