summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 195592cfcaff56b11891b5630b574d18296dd1ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[test]
changedir=tests
command=py.test -n3 --basetemp=%(envtmpdir)s --junitxml=junit-%(envname)s.xml 
deps=pytest-xdist 
[testenv:py26]
python=python2.6
[testenv:py25]
python=python2.5
[testenv:py24]
python=python2.4
[testenv:py31]
python=python3.1
#[testenv:jython]
#python=jython