[aliases] test=pytest [tool:pytest] testpaths = tests [coverage:run] branch = True source = humulus [flake8] exclude = .svn,CVS,.bzr,.hg,.git,__pycache__,.tox,.eggs,*.egg,instance show-source = True count = True max-line-length = 79 max-complexity = 18 ignore = W503 select = B,C,E,F,W,T4,B9