summaryrefslogtreecommitdiffstats
path: root/zte/vmanager/tox.ini
blob: 4e62baf41e35cc5534a61700abfa479a3f74f8f4 (plain)
1
2
3
4
5
6
7
[tox]
envlist = py27
skipsdist = true
 
[testenv]
deps = -r{toxinidir}/requirements.txt
commands = coverage run --branch manage.py test