Merge pull request #204 from hashar/tox-flake8

Add tox env for flake8 linter
pull/217/head^2
PiRSquared17 9 years ago
commit 0ebe4e519d

@ -12,3 +12,10 @@ commands = nosetests --nocapture --nologcapture
deps =
nose
-rrequirements.txt
[testenv:flake8]
commands = flake8 {posargs}
deps = flake8
[flake8]
exclude = .tox,.venv,build,dist,doc

Loading…
Cancel
Save