setup.py: Remove python-coveralls requirement

We haven't used coveralls since 5eba8861 (remove coveralls,
2013-12-10), so there's no sense in asking pip to install it.
This commit is contained in:
W. Trevor King 2014-09-30 15:32:44 -07:00
parent f4d6d2fe85
commit 9b5c3d3d5e
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ tests_require = [
'pytest',
'pytest-cov>=1.4',
'pytest-django',
'python-coveralls',
'tornado',
'webob',
'webtest',