aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 246060f..4aa566d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,3 +1,10 @@
+[tox]
+envlist = py27,flake8
+
[testenv]
deps = pytest
commands = py.test {posargs}
+
+[testenv:flake8]
+deps = flake8
+commands = flake8 {posargs}