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