Skip to content

Commit

Permalink
we dont actually need coverage (and it fails on pypy)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Nov 18, 2010
1 parent 3b913e3 commit 1e467e1
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 @@ -47,7 +47,7 @@
if platform.system() == 'Java':
tests_require = install_requires + ['WebTest']
else:
tests_require= install_requires + ['Sphinx', 'docutils', 'coverage',
tests_require= install_requires + ['Sphinx', 'docutils',
'WebTest', 'repoze.sphinx.autointerface']

if sys.version_info[:2] < (2, 6):
Expand Down

0 comments on commit 1e467e1

Please sign in to comment.