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