Skip to content

Commit

Permalink
Add coverage to test requirements and configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jslang committed Jun 19, 2014
1 parent af4ad62 commit ed5d60a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[nosetests]
with-spec=1
spec-color=1
spec-color=1
ignore-files=test_integration.py
cover-package=responsys
with-coverage=1
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
'suds-jurko'
)
tests_require = (
'coverage',
'mock',
'nose',
'pinocchio',
'mock',
)

setup(
Expand Down

0 comments on commit ed5d60a

Please sign in to comment.