Skip to content

Commit

Permalink
Get nose/coverage installed via 'setup.py dev'.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jan 9, 2015
1 parent b66bd78 commit 3b05938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def alltests():
'repoze.sphinx.autointerface',
] + tests_require,
test=tests_require,
testing=tests_require,
testing=tests_require + ['nose', 'coverage'],
zcml=[
'zope.component[zcml]',
'zope.configuration',
Expand Down

0 comments on commit 3b05938

Please sign in to comment.