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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/APScheduler/setup.cfg
diff --git a/third_party/APScheduler/setup.cfg b/third_party/APScheduler/setup.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..f24280e6fd257078dfaca76e99f8b22c9b6dde8f
--- /dev/null
+++ b/third_party/APScheduler/setup.cfg
@@ -0,0 +1,17 @@
+[build_sphinx]
+build-dir = docs/_build
+source-dir = docs
+
+[egg_info]
+tag_build =
+tag_date = 0
+tag_svn_revision = 0
+
+[upload_docs]
+upload-dir = docs/_build/html
+
+[nosetests]
+cover-package = apscheduler.
+with-coverage = 1
+cover-erase = 1
+
« 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