summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 417bd18a6a68004958ce8524ffba59fe3060da66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox]
envlist = py27
skipsdist=True

[testenv]
commands = py.test --cov-report=html \
                   --cov-report=term \
		   --cov=leap.mx \
		   --pep8 {posargs}
usedevelop = True
deps =
    -r{toxinidir}/pkg/requirements-testing.pip
setenv =
    HOME=/tmp