Conversation
|
|
||
| # Documentation-related | ||
| docs/_build | ||
| /google_appengine/ |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| matrix: | ||
| include: | ||
| - python: 3.5 | ||
| env: TOXENV=lint |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| env: TOXENV=cover | ||
| cache: | ||
| directories: | ||
| - ${HOME}/.cache |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| install: | ||
| - pip install --upgrade tox | ||
| script: | ||
| - tox -e ${TOXENV} |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| script: | ||
| - tox -e ${TOXENV} | ||
| notifications: | ||
| email: false |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| install_requires=DEPENDENCIES, | ||
| license='Apache 2.0', | ||
| keywords='google auth oauth client', | ||
| classifiers=[ |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| @@ -0,0 +1,49 @@ | |||
| [tox] | |||
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| pytest-localserver | ||
| urllib3 | ||
| commands = | ||
| py.test --cov=google.auth --cov=google.oauth2 --cov=tests {posargs:tests} |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| basepython = python3.5 | ||
| commands = | ||
| py.test --cov=google.auth --cov=google.oauth2 --cov=tests --cov-report= tests | ||
| coverage report --show-missing --fail-under=100 |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| deps = | ||
| {[testenv]deps} | ||
| sphinx | ||
| commands = sphinx-apidoc -o docs/reference -e --module-first google |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
LGTM, right? |
|
@dhermes I don't know, does it? |
|
Yes. |
feat (iam): Add Cloud SDK context-aware mTLS env var fallbacks and define the env in environment_vars.py
Note: the
py27,py34,py35, andcoverenvironments will fail because no tests are being discovered. Once we add the first module all should be kosher.