From 9b5c3d3d5eb6494aa1179baf2a2fadb4c593daca Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 30 Sep 2014 15:32:44 -0700 Subject: [PATCH] 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. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 97d9074d..d99771a4 100755 --- a/setup.py +++ b/setup.py @@ -72,7 +72,6 @@ tests_require = [ 'pytest', 'pytest-cov>=1.4', 'pytest-django', - 'python-coveralls', 'tornado', 'webob', 'webtest',