Skip to content

Commit

Permalink
Removing the coverage<3.4 restriction.
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Feb 18, 2011
1 parent d196502 commit cccc0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@
packages=find_packages(),
include_package_data=True,
zip_safe=False,
install_requires=['nose', 'coverage<3.4'],
install_requires=['nose', 'coverage'],
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand Down

0 comments on commit cccc0e8

Please sign in to comment.