summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--setup.py6
2 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 74bdb345..c8e53c4e 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ LINTABLE = \
coverage \
scripts/coverage \
setup.py \
+ test/backtest.py \
test/coverage_coverage.py \
test/coveragetest.py \
test/test_api.py \
diff --git a/setup.py b/setup.py
index 7a296d6a..57d4f50b 100644
--- a/setup.py
+++ b/setup.py
@@ -2,9 +2,9 @@
"""Code coverage measurement for Python
-Coverage.py measures code coverage, typically during test execution. It uses the
-code analysis tools and tracing hooks provided in the Python standard library to
-determine which lines are executable, and which have been executed.
+Coverage.py measures code coverage, typically during test execution. It uses
+the code analysis tools and tracing hooks provided in the Python standard
+library to determine which lines are executable, and which have been executed.
Coverage.py runs on Pythons 2.3 through 3.1.