2011-12-16 06:54:51 +00:00
|
|
|
# App Engine tests require the SDK to be installed separately.
|
|
|
|
# Version 1.6.1 or newer is required (older versions don't work when
|
|
|
|
# python is run from a virtualenv)
|
|
|
|
#
|
|
|
|
# These are currently excluded from the main tox.ini because their
|
|
|
|
# logs are spammy and they're a little flaky.
|
|
|
|
[tox]
|
2012-08-30 21:43:54 +00:00
|
|
|
envlist = py27-appengine
|
2011-12-16 06:54:51 +00:00
|
|
|
|
|
|
|
[testenv]
|
|
|
|
changedir = {toxworkdir}
|
|
|
|
|
|
|
|
[testenv:py27-appengine]
|
|
|
|
basepython = python2.7
|
|
|
|
commands = python {toxinidir}/py27/runtests.py {posargs:}
|