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

[testenv]
commands = py.test {posargs}
changedir = tests
deps =
    pytest
    pytest-benchmark
# need the next 2 for graphs, but new version changed api a bit and is
# incompatible with pytest-benchmark, so we pin version <2.1
# (https://github.com/ionelmc/pytest-benchmark/issues/50).
    pygal<2.1
    pygaljs
    pdbpp
    mock
    setuptools-trial
    pep8
    leap.soledad.client
setenv =
    HOME=/tmp
    TERM=xterm