summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 653d4b4722b3c3a86690b3f51da2781ffa6ebc5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[project]
distpaths=
    tox
    setup.py 
testpaths=
    tests
    
[test]
command=py.test --basetemp=tmp --junitxml=junit-%(envname)s.xml tests
[testenv:py26]
python=python2.6
[testenv:py25]
python=python2.5

[testenv:py31]
python=python3.1
[testenv:jython]
python=jython
command=py.test-jython --basetemp=tmp --junitxml=junit-%(envname)s.xml tests