summaryrefslogtreecommitdiffstats
path: root/ocata/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'ocata/tox.ini')
-rw-r--r--ocata/tox.ini14
1 files changed, 14 insertions, 0 deletions
diff --git a/ocata/tox.ini b/ocata/tox.ini
new file mode 100644
index 00000000..05ef3c70
--- /dev/null
+++ b/ocata/tox.ini
@@ -0,0 +1,14 @@
+[tox]
+envlist = py27,py35
+skipsdist = true
+
+[tox:jenkins]
+downloadcache = ~/cache/pip
+
+[testenv]
+setenv =
+ PYTHONPATH = {toxinidir}/../newton
+deps = -r{toxinidir}/requirements.txt
+commands = coverage run --branch manage.py test ocata
+ coverage html --omit=".tox*,*test*,*__init__.py" -d htmlcov
+