summaryrefslogtreecommitdiffstats
path: root/kilo/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'kilo/tox.ini')
-rw-r--r--kilo/tox.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/kilo/tox.ini b/kilo/tox.ini
new file mode 100644
index 00000000..14c93b5c
--- /dev/null
+++ b/kilo/tox.ini
@@ -0,0 +1,10 @@
+[tox]
+envlist = py27
+skipsdist = true
+
+[tox:jenkins]
+downloadcache = ~/cache/pip
+
+[testenv]
+deps = -r{toxinidir}/requirements.txt
+commands = coverage run --branch manage.py test kilo