8 passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
9 deps = -rrequirements.txt
10 commands = /bin/bash ./run_tests.sh
11 whitelist_externals = /bin/bash
14 # E125 is deliberately excluded. See https://github.com/jcrocholl/pep8/issues/126
15 # The rest of the ignores are TODOs
16 # New from hacking 0.9: E129, E131, H407, H405
17 # E251 Skipped due to https://github.com/jcrocholl/pep8/issues/301
20 #ignore = E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E251,H405
21 # dovetail flake8 ignores
22 ignore = E123,E125,H803
23 exclude = .venv,.git,.tox,dist,docs,*egg,build