summaryrefslogtreecommitdiffstats
path: root/vio/tox.ini
blob: bf5d80088364be3c21730e1b67800e972dd1fcf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox]
envlist = py27,pep8
skipsdist = true

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

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

[testenv:pep8]
deps=flake8
commands=flake8