diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-08 22:00:49 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-08 22:00:49 -0500 |
| commit | be6693a25123d8e8cf80aca5cb9a73a8f81dd584 (patch) | |
| tree | d2cf950fd944b153bac4929467823aaf58e9b0e8 /Makefile | |
| parent | 8645b6c6e04ee00b34964896cd020d6027577a69 (diff) | |
| download | python-coveragepy-git-be6693a25123d8e8cf80aca5cb9a73a8f81dd584.tar.gz | |
A blunt instrument for tracking down problems during testing.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ tests: tox -e py27 metacov: - COVERAGE_COVERAGE=yes tox + COVERAGE_COVERAGE=yes tox -e py27 metahtml: python igor.py combine_html |
