Merge pull request #160 from alex/lint-setup

Lint setup.py
This commit is contained in:
David Reid 2013-10-21 21:00:47 -07:00
commit 49b15bf1e2

View file

@ -20,4 +20,7 @@ commands =
[testenv:pep8]
deps = flake8
# E128 continuation line under-indented for visual indent
commands = flake8 --ignore="E128" cryptography/ tests/ docs/
commands = flake8 --ignore="E128" .
[flake8]
exclude = .tox,*.egg