6 commands = python -m nose2 -v
10 # This environment requires you to set up PostgreSQL and create a .cfg file
11 # somewhere outside of the source tree.
13 basepython = python3.4
14 commands = python -m nose2 -v
19 rcfile = {toxinidir}/coverage.ini
20 rc = --rcfile={[coverage]rcfile}
23 basepython = python3.4
25 coverage run
{[coverage]rc
} -m nose2
-v
26 coverage combine
{[coverage]rc
}
27 coverage html
{[coverage]rc
}
30 whitelist_externals = python-coverage
33 COVERAGE_PROCESS_START={[coverage]rcfile}
35 COVERAGE_FILE={toxinidir}/.coverage