Disable pytest log capturing to help diagnose

This commit is contained in:
mprahl
2020-03-09 16:39:52 -04:00
parent f6dd4cbaa7
commit 5ab39bf198

View File

@@ -21,7 +21,7 @@ whitelist_externals =
py.test
deps = -r{toxinidir}/test-requirements.txt
commands =
py.test -v \
py.test -v -s \
--ignore tests/integration \
--cov module_build_service \
--cov-report html \