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

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: address comments and add retry logic Created 5 years, 10 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: 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

Powered by Google App Engine
This is Rietveld 408576698