Chris McDonough
2011-07-12 f55b54a16def0bb0c463ee302dd12eefaa3638ad
commit | author | age
69e0ec 1 [tox]
CM 2 envlist = 
5484e3 3     py25,py26,py27,jython,pypy,cover
0c4c9f 4
69e0ec 5 [testenv]
CM 6 commands = 
0c4c9f 7     python setup.py test -q
CM 8 deps =
9     Sphinx
10     WebTest
11     repoze.sphinx.autointerface
12     virtualenv
f0c847 13
182aa7 14 [testenv:jython]
CM 15 commands = 
16    jython setup.py test -q
17
0c4c9f 18 [testenv:cover]
CM 19 basepython =
20     python2.6
21 commands = 
22     python setup.py nosetests --with-xunit --with-xcoverage
23 deps =
24     Sphinx
25     WebTest
26     repoze.sphinx.autointerface
27     virtualenv
28     nose
6600f0 29     coverage
0c4c9f 30     nosexcover
CM 31
32 # we separate coverage into its own testenv because a) "last run wins" wrt
33 # cobertura jenkins reporting and b) pypy and jython can't handle any
34 # combination of versions of coverage and nosexcover that i can find.
35