Skip to content

Conversation

@theacodes
Copy link
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
.gitignore Outdated

# Documentation-related
docs/_build
/google_appengine/

This comment was marked as spam.

This comment was marked as spam.

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.

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.

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

This comment was marked as spam.

This comment was marked as spam.

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

This comment was marked as spam.

This comment was marked as spam.

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.

@@ -0,0 +1,49 @@
[tox]

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

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.

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.

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
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
Contributor

dhermes commented Oct 4, 2016

LGTM, right?

@theacodes
Copy link
Contributor Author

@dhermes I don't know, does it?

@dhermes
Copy link
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants