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.
19 lines
304 B
INI
19 lines
304 B
INI
10 years ago
|
[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
|