Files
9576c6fdeba252d4548c37aa2cbf699f28d4c14b
47 lines
1.6 KiB
INI
47 lines
1.6 KiB
INI
[tox]
deps = -r{toxinidir}/tools/pip-requires
bash -c 'testr run --parallel {posargs} ; RET=$? ; echo "Slowest Tests" ; testr slowest && exit $RET'
downloadcache = ~/cache/pip
bash -c 'testr run --parallel \^\(\?\!\.\*test_coverage_ext\)\.\*\$ ; RET=$? ; coverage combine ; coverage html -d ./cover $OMIT && exit $RET'