aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: cd6a11828d626f8cb448c6e461c2adda8135c72b (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 catalog