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

Unified Diff: bootstrap/virtualenv/tox.ini

Issue 1205873002: Re-land: Added virtualenv for depot_tools (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Restore cd commands Created 5 years, 6 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 | « bootstrap/virtualenv/tests/tox.ini ('k') | bootstrap/virtualenv/virtualenv.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bootstrap/virtualenv/tox.ini
diff --git a/bootstrap/virtualenv/tox.ini b/bootstrap/virtualenv/tox.ini
new file mode 100644
index 0000000000000000000000000000000000000000..d2661ea2ab88b4c53b2b0f6260cb0c84d7958e82
--- /dev/null
+++ b/bootstrap/virtualenv/tox.ini
@@ -0,0 +1,17 @@
+[tox]
+envlist =
+ py26,py27,py32,py33,py34,pypy,pypy3,docs
+
+[testenv]
+deps =
+ mock
+ pytest
+commands =
+ py.test []
+ python virtualenv.py {envtmpdir}/test-venv-01
+
+[testenv:docs]
+deps = sphinx
+basepython = python2.7
+commands =
+ sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
« no previous file with comments | « bootstrap/virtualenv/tests/tox.ini ('k') | bootstrap/virtualenv/virtualenv.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698