You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/third_party/google_api_python_client/tox.ini

19 lines
304 B
INI

[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