summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 6771939140b308f1639c4a2650495537b8a2d8f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[tox]
envlist = py27

[testenv]
commands = py.test --cov-report=html \
                   --cov-report=term \
		   --cov=leap.bitmask \
		   --pep8 {posargs}
deps =
    mock
    pep8
    pytest
    pytest-pep8
    pytest-cov
    setuptools-trial
    gnupg
    leap.soledad.common

    # move this to another env!
    #leap.soledad.client
    -e../soledad/client
    -e.
setenv =
    HOME=/tmp