summaryrefslogtreecommitdiff
path: root/tox.ini
blob: d1c3c81a5be010c4c88305d9ad62410ffc18e5ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[tox]
envlist = 
    py24,py25,py26,py27,jython,pypy
[testenv]
commands = 
    python setup.py nosetests --with-xunit --with-xcoverage
#    python template_tests.py
deps = Sphinx
       WebTest
       repoze.sphinx.autointerface
       virtualenv
       nose
       coverage==3.3
       nosexcover

# coverage <3.4 required by nosexcover