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

Side by Side 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, 2 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Circle CI configuration for coverage.py.
2 # https://circleci.com/gh/nedbat/coveragepy
3
4 machine:
5 python:
6 version: 2.7.6
7 post:
8 - pyenv global pypy-2.4.0 2.6.8 2.7.9 3.3.3 3.4.2
9
10 dependencies:
11 pre:
12 - pip install -U pip
13 override:
14 - pip install -r requirements/tox.pip
15
16 test:
17 override:
18 - tox
OLDNEW
« 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