diff options
| author | Dolph Mathews <dolph.mathews@rackspace.com> | 2011-06-15 14:57:04 -0500 |
|---|---|---|
| committer | Dolph Mathews <dolph.mathews@rackspace.com> | 2011-06-15 14:57:04 -0500 |
| commit | f537c222a003fa2fdb09e8790680415f5b47b824 (patch) | |
| tree | 9da1330659c517b3201c2c29b293d17bab8b0464 | |
| parent | 07e5b8c9d6bb0525e3b2b63070642d7deacc3fcd (diff) | |
Added coverage to pip development requirements
| -rw-r--r-- | tools/pip-requires-development | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
