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

Side by Side Diff: tools/telemetry/third_party/coverage/tox_wheels.ini

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
« no previous file with comments | « tools/telemetry/third_party/coverage/tox-new.ini ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2 # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
3
4 [tox]
5 envlist = py{26,27,33,34,35}
6 toxworkdir = {toxinidir}/.tox_kits
7
8 [testenv]
9 deps =
10 -rrequirements/wheel.pip
11
12 commands =
13 python setup.py bdist_wheel {posargs}
OLDNEW
« no previous file with comments | « tools/telemetry/third_party/coverage/tox-new.ini ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698