Merge "update project info for `git review`"
[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