Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Unified Diff: PRESUBMIT.py

Issue 225633007: Upgrade to coverage 3.7.1 and have it auto-build itself on first use. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: sigh our imports are a mess Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/unittests/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index ac4554e872020c1f96828aad3bcc9fc94fe4e9ec..8db1abd2a87f135bf559f16e76742db1bf615249 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -34,7 +34,7 @@ def CommonChecks(input_api, output_api):
join('third_party'),
join('third_party', 'buildbot_8_4p1'),
join('third_party', 'buildbot_slave_8_4'),
- join('third_party', 'coverage-3.6'),
+ join('third_party', 'coverage-3.7.1'),
join('third_party', 'decorator_3_3_1'),
join('third_party', 'jinja2'),
join('third_party', 'mock-1.0.1'),
« no previous file with comments | « no previous file | scripts/slave/unittests/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698