Michael Merickel
2015-02-06 a0a840979652d490ee642287d0edea94e8ca0dc4
commit | author | age
69e0ec 1 [tox]
CM 2 envlist = 
bc8e4d 3     py26,py27,py32,py33,py34,pypy,pypy3,cover
0c4c9f 4
69e0ec 5 [testenv]
CM 6 commands = 
7c8c85 7     python setup.py -q dev
TS 8     python setup.py -q test -q
b555e9 9
0c4c9f 10 [testenv:cover]
CM 11 basepython =
12     python2.6
13 commands = 
7c8c85 14     python setup.py -q dev
TS 15     nosetests --with-xunit --with-xcoverage
0c4c9f 16 deps =
CM 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