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.
|
[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
|