summaryrefslogtreecommitdiffstats
path: root/res/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'res/tox.ini')
-rw-r--r--res/tox.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/tox.ini b/res/tox.ini
new file mode 100644
index 0000000..3f58390
--- /dev/null
+++ b/res/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 res