Tres Seaver
2014-12-16 4882da458382125879dd750d34b1a8eb283e3793
Enable JUnit report on Jenkins.

It wants 'nosetests.xml'.
1 files modified
2 ■■■■■ changed files
tox.ini 2 ●●●●● patch | view | raw | blame | history
tox.ini
@@ -14,6 +14,7 @@
basepython =
    python2.6
commands = 
    nosetests -qq
    coverage erase
    coverage run --timid --source=repoze setup.py test -q
    coverage report --show-missing --omit="*fixture*"
@@ -22,6 +23,7 @@
    zope.interface
    WebOb
    virtualenv
    nose
    coverage
# we separate coverage into its own testenv because a) "last run wins" wrt