Merge pull request #415 from dhermes/tox-remove-gae-python

Making GAE_PYTHON optional in tox config.
This commit is contained in:
Danny Hermes
2016-02-19 09:42:08 -08:00
2 changed files with 3 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ commands =
--cover-tests \
--cover-branches \
--gae-application=tests/data \
--gae-lib-root={env:GAE_PYTHONPATH} \
--gae-lib-root={env:GAE_PYTHONPATH:google_appengine} \
--logging-level=INFO \
tests/contrib/test_appengine.py
deps = {[testenv]deps}
@@ -102,7 +102,7 @@ deps =
sphinx>=1.3b2
sphinx-rtd-theme
webapp2
commands = {toxinidir}/scripts/build-docs
commands = {toxinidir}/scripts/build_docs.sh
[testenv:gae]
basepython = python2.7
@@ -111,11 +111,10 @@ deps = {[testenv]basedeps}
commands =
nosetests \
--with-gae \
--gae-lib-root={env:GAE_PYTHONPATH:google_appengine} \
--gae-application=tests/data \
--logging-level=INFO \
tests/contrib/test_appengine.py
setenv:
PYTHONPATH={env:GAE_PYTHONPATH:}
[testenv:system-tests]
basepython =