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

Unified Diff: third_party/google_api_python_client/tox.ini

Issue 963953003: OAuth2 support in depot_tools (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: restore git_cl Created 5 years, 8 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/google_api_python_client/static/Credentials.png ('k') | third_party/uritemplate/.gitignore » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/google_api_python_client/tox.ini
diff --git a/third_party/google_api_python_client/tox.ini b/third_party/google_api_python_client/tox.ini
new file mode 100644
index 0000000000000000000000000000000000000000..5a5dfbcbd6385ab07a50e9a316f9bd4639c6425c
--- /dev/null
+++ b/third_party/google_api_python_client/tox.ini
@@ -0,0 +1,18 @@
+[tox]
+envlist = py26, py27
+
+[testenv]
+deps = keyring
+ mox
+ pyopenssl
+ pycrypto==2.6
+ django
+ webtest
+ nose
+setenv = PYTHONPATH=../google_appengine
+
+[testenv:py26]
+commands = nosetests --ignore-files=test_oauth2client_appengine\.py
+
+[testenv:py27]
+commands = nosetests
« no previous file with comments | « third_party/google_api_python_client/static/Credentials.png ('k') | third_party/uritemplate/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698