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

Unified Diff: tools/telemetry/third_party/coverage/circle.yml

Issue 1366913004: Add coverage Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
Index: tools/telemetry/third_party/coverage/circle.yml
diff --git a/tools/telemetry/third_party/coverage/circle.yml b/tools/telemetry/third_party/coverage/circle.yml
new file mode 100644
index 0000000000000000000000000000000000000000..a52959eff27e0c3d2fd1397731349bd439ccfe8b
--- /dev/null
+++ b/tools/telemetry/third_party/coverage/circle.yml
@@ -0,0 +1,18 @@
+# Circle CI configuration for coverage.py.
+# https://circleci.com/gh/nedbat/coveragepy
+
+machine:
+ python:
+ version: 2.7.6
+ post:
+ - pyenv global pypy-2.4.0 2.6.8 2.7.9 3.3.3 3.4.2
+
+dependencies:
+ pre:
+ - pip install -U pip
+ override:
+ - pip install -r requirements/tox.pip
+
+test:
+ override:
+ - tox
« no previous file with comments | « tools/telemetry/third_party/coverage/ci/run_with_env.cmd ('k') | tools/telemetry/third_party/coverage/coverage/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698