Chris Rossi
2013-01-24 c969d7356530bdd3bde152956c5a084623bef16f
commit | author | age
69e0ec 1 [tox]
CM 2 envlist = 
b555e9 3     py26,py27,py32,py33,pypy,cover
0c4c9f 4
69e0ec 5 [testenv]
CM 6 commands = 
797f68 7     python setup.py dev
0c4c9f 8     python setup.py test -q
b555e9 9
0c4c9f 10 [testenv:cover]
CM 11 basepython =
12     python2.6
13 commands = 
797f68 14     python setup.py dev
0c4c9f 15     python setup.py nosetests --with-xunit --with-xcoverage
CM 16 deps =
17     nosexcover
18
19 # we separate coverage into its own testenv because a) "last run wins" wrt
20 # cobertura jenkins reporting and b) pypy and jython can't handle any
21 # combination of versions of coverage and nosexcover that i can find.
22