summaryrefslogtreecommitdiffstats
path: root/windriver/tox.ini
blob: 418f6a14773399f3375138fa16932951a132574a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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 titanium_cloud
    coverage report --omit=".tox/*,*tests*,*__init__.py,*newton*" --fail-under=30
    coverage xml -i