Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
add test coverage support
Browse files Browse the repository at this point in the history
  • Loading branch information
zupo committed Dec 4, 2013
1 parent 39fe608 commit 145f671
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
],
extras_require={
'test': [
'coverage',
'nose',
'nose-selecttests',
'scripttest',
Expand Down

0 comments on commit 145f671

Please sign in to comment.