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

Unified Diff: tools/telemetry/third_party/mox3/tox.ini

Issue 1647513002: Delete tools/telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/mox3/tox.ini
diff --git a/tools/telemetry/third_party/mox3/tox.ini b/tools/telemetry/third_party/mox3/tox.ini
deleted file mode 100644
index eea97fc416c937ec8b722027e31d615928f4113b..0000000000000000000000000000000000000000
--- a/tools/telemetry/third_party/mox3/tox.ini
+++ /dev/null
@@ -1,28 +0,0 @@
-[tox]
-envlist = py34,py27,pep8
-
-[testenv]
-setenv = VIRTUAL_ENV={envdir}
-deps = -r{toxinidir}/requirements.txt
- -r{toxinidir}/test-requirements.txt
-commands =
- python setup.py testr --slowest --testr-args='{posargs}'
-
-[testenv:docs]
-commands = python setup.py build_sphinx
-
-[testenv:pep8]
-commands = flake8
-
-[testenv:venv]
-commands = {posargs}
-
-[testenv:cover]
-setenv = VIRTUAL_ENV={envdir}
-commands =
- python setup.py testr --coverage
-
-[flake8]
-show-source = true
-builtins = _
-exclude=.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg
« no previous file with comments | « tools/telemetry/third_party/mox3/test-requirements.txt ('k') | tools/telemetry/third_party/png/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698