summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAnthony Dodd <adodd@vbridges.com>2013-06-27 11:24:45 -0500
committerAnthony Dodd <adodd@vbridges.com>2013-06-27 11:24:45 -0500
commita8f2512f2511a3bce314e90bfb46d7083cb998da (patch)
tree7914fe328d69864f52847b67ba8d5067c696915e /docs
parent232630a20db04488e09ca28d507222c9123b6856 (diff)
`tox -ecover` failure. Missing entry in tox.ini
`tox -ecover` is failing due to a missing entry in keystone's tox.ini file. In tox.ini the following code appears: ''' [testenv:cover] setenv = NOSE_WITH_COVERAGE=1 NOSE_COVER_HTML=1 NOSE_COVER_HTML_DIR={toxinidir}/cover ''' Adding 'VIRTUAL_ENV={envdir}' to the setenv mapping, as shown below, has resolved the issue on my machine. ''' [testenv:cover] setenv = VIRTUAL_ENV={envdir} NOSE_WITH_COVERAGE=1 NOSE_COVER_HTML=1 NOSE_COVER_HTML_DIR={toxinidir}/cover ''' Change-Id: I3550ac61cdc6389dd239c5ad319d881519b3543d Fixes: bug #1195371
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions