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

Side by Side Diff: third_party/APScheduler/setup.cfg

Issue 6673078: Initial checkin of media test matrix class, which will be used for media perf test later. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Put APScheduler in third_party directory for Media Performance test. Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 [build_sphinx]
2 build-dir = docs/_build
3 source-dir = docs
4
5 [egg_info]
6 tag_build =
7 tag_date = 0
8 tag_svn_revision = 0
9
10 [upload_docs]
11 upload-dir = docs/_build/html
12
13 [nosetests]
14 cover-package = apscheduler.
15 with-coverage = 1
16 cover-erase = 1
17
OLDNEW
« no previous file with comments | « third_party/APScheduler/dist/APScheduler-1.3.1-py2.6.egg ('k') | third_party/APScheduler/setup.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698