Codebase list ansible-tower-cli / lintian-fixes/main setup.cfg
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

setup.cfg @lintian-fixes/mainraw · history · blame

[nosetests]
# don't wrap stdout/stderr
nocapture=1

# coverage
with-coverage=1
cover-branches=1
cover-erase=1
cover-package=tower_cli
cover-html=1
cover-html-dir=.coverage-html/