aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index e69de29..8258031 100644
--- a/tox.ini
+++ b/tox.ini
@@ -0,0 +1,9 @@
+[tox]
+envlist = py27,lint
+
+[testenv:lint]
+basepython = python2
+deps =
+ flake8>3.0
+commands =
+ flake8 {posargs}