92923011475e3360b4846ea72ea89d3f35f380c0
[multicloud/framework.git] / multivimbroker / 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 multivimbroker