summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 4fae0c86bf7746baaab593e478e9fa50cb66cb4a (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
27
28
29
30
[tox]
envlist = py26,py27,py32,py33,py34

[testenv]
deps=
    aiotest
setenv =
    TROLLIUSDEBUG = 1
commands=
    python runtests.py -r {posargs}
    python run_aiotest.py -r {posargs}

[testenv:py26]
deps=
    aiotest
    futures
    mock
    ordereddict
    unittest2

[testenv:py27]
deps=
    aiotest
    futures
    mock

[testenv:py32]
deps=
    aiotest
    mock