baf2214ab689bd4149ae46a6d39c33a257974ce3
[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