aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 8 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a89b1348..60bfb1d9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27
+envlist = py26,py27,flake8
[testenv]
commands = nosetests
@@ -9,5 +9,12 @@ deps = -r{toxinidir}/requirements.txt
[testenv:cover]
commands = nosetests --with-coverage
+[testenv:flake8]
+commands = flake8
+
[testenv:venv]
commands = {posargs}
+
+[flake8]
+#show-source = True
+exclude = .tox,.venv,build,dist,doc,git/ext/