Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Basic project setup#4

Merged
theacodes merged 3 commits intomasterfrom
repo-setup
Oct 4, 2016
Merged

Basic project setup#4
theacodes merged 3 commits intomasterfrom
repo-setup

Conversation

@theacodes
Copy link
Copy Markdown
Contributor

@theacodes theacodes commented Oct 3, 2016

Note: the py27, py34, py35, and cover environments will fail because no tests are being discovered. Once we add the first module all should be kosher.

@theacodes theacodes added this to the 1.0.0 milestone Oct 3, 2016
Comment thread .gitignore Outdated

# Documentation-related
docs/_build
/google_appengine/

This comment was marked as spam.

This comment was marked as spam.

Comment thread .travis.yml
matrix:
include:
- python: 3.5
env: TOXENV=lint

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

Comment thread .travis.yml
env: TOXENV=cover
cache:
directories:
- ${HOME}/.cache

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

Comment thread .travis.yml Outdated
install:
- pip install --upgrade tox
script:
- tox -e ${TOXENV}

This comment was marked as spam.

This comment was marked as spam.

Comment thread .travis.yml Outdated
script:
- tox -e ${TOXENV}
notifications:
email: false

This comment was marked as spam.

This comment was marked as spam.

Comment thread setup.py Outdated
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.

This comment was marked as spam.

This comment was marked as spam.

Comment thread tox.ini
@@ -0,0 +1,49 @@
[tox]

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

Comment thread tox.ini
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.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

Comment thread tox.ini
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.

This comment was marked as spam.

Comment thread tox.ini Outdated
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.

@theacodes
Copy link
Copy Markdown
Contributor Author

@dhermes this should be ready for final review I think, when you get a chance.

@bjwatson feel free to chime in if you have any comments/questions.

@dhermes
Copy link
Copy Markdown
Contributor

dhermes commented Oct 4, 2016

LGTM, right?

@theacodes
Copy link
Copy Markdown
Contributor Author

@dhermes I don't know, does it?

@dhermes
Copy link
Copy Markdown
Contributor

dhermes commented Oct 4, 2016

Yes.

@theacodes theacodes merged commit 377f293 into master Oct 4, 2016
@theacodes theacodes deleted the repo-setup branch October 4, 2016 17:20
chalmerlowe pushed a commit that referenced this pull request Jan 30, 2026
feat (iam): Add Cloud SDK context-aware mTLS env var fallbacks and define the env in environment_vars.py
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants