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

[testenv]
deps=
    pytest>2.1
    mercurial
commands=
    py.test \
        --junitxml={envlogdir}/junit-{envname}.xml

[testenv:py31]
deps=
    pytest>2.1
    py
# no mercurial on 3.X


#XXX: envs for hg versions