summaryrefslogtreecommitdiff
path: root/mail/tox.ini
blob: e2393f74cb64c8f473f13c979ae37232c98a1835 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[tox]
envlist = py27

[testenv]
commands = py.test --pep8 {posargs}
deps =
    mock
    pep8
    pytest
    pytest-pep8
    pdbpp
    setuptools-trial
    -e../soledad/common
    -e../soledad/client
    -e../keymanager
    -e.
setenv =
    HOME=/tmp