From f537c222a003fa2fdb09e8790680415f5b47b824 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Wed, 15 Jun 2011 14:57:04 -0500 Subject: Added coverage to pip development requirements --- tools/pip-requires-development | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/pip-requires-development b/tools/pip-requires-development index 4bb2475e..5e9bc650 100644 --- a/tools/pip-requires-development +++ b/tools/pip-requires-development @@ -1 +1,2 @@ -Sphinx # required to build documentation \ No newline at end of file +Sphinx # required to build documentation +coverage # computes code coverage percentages \ No newline at end of file -- cgit