diff --git a/.travis.yml b/.travis.yml index 573fc19..962493c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,8 @@ install: - bin/buildout script: - - bin/nosetests + - bin/coverage run --source=tests.py --branch bin/nosetests + - bin/coverage html -i - bin/mrbob -O plone.foo --config test_answers.ini ./bobtemplates/plone - cd plone.foo - make diff --git a/setup.py b/setup.py index b2c29a8..1c0cf82 100644 --- a/setup.py +++ b/setup.py @@ -33,6 +33,7 @@ ], extras_require={ 'test': [ + 'coverage', 'nose', 'nose-selecttests', 'scripttest',