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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 [tox]
2 envlist = py26, py27
3
4 [testenv]
5 deps = keyring
6 mox
7 pyopenssl
8 pycrypto==2.6
9 django
10 webtest
11 nose
12 setenv = PYTHONPATH=../google_appengine
13
14 [testenv:py26]
15 commands = nosetests --ignore-files=test_oauth2client_appengine\.py
16
17 [testenv:py27]
18 commands = nosetests
OLDNEW
« 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