4022b75d8fa1cc8b6298eda976184b125d0478ec
[vfc/gvnfm/vnflcm.git] / lcm / tox.ini
1 [tox]
2 envlist = py27
3 skipsdist = true
4
5 [tox:jenkins]
6 downloadcache = ~/cache/pip
7
8 [testenv]
9 deps = -r{toxinidir}/requirements.txt
10 commands = coverage run --branch manage.py test lcm
11     coverage html --omit="*test*,*__init__.py" -d htmlcov