summaryrefslogtreecommitdiffstats
path: root/kilo/tox.ini
blob: 14c93b5c2c693db5306a2b7e004d33a309833727 (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 kilo