summaryrefslogtreecommitdiffstats
path: root/mgr/tox.ini
blob: 8301a37a4fe34024f073571c3e9143608c65ee8a (plain)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py27
skipsdist = true

[tox:jenkins]
downloadcache = ~/cache/pip

[testenv]
deps = -r{toxinidir}/requirements.txt
commands = coverage run --branch manage.py test mgr