Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stripe-python 2.0.0 #386

Merged
merged 7 commits into from
Jul 10, 2018
Merged

stripe-python 2.0.0 #386

merged 7 commits into from
Jul 10, 2018

Conversation

ob-stripe
Copy link
Contributor

@ob-stripe ob-stripe commented Jan 5, 2018

Fixes #376.

@ob-stripe ob-stripe force-pushed the integration-v2 branch 3 times, most recently from b092152 to 47ac3a7 Compare February 24, 2018 17:24
@ob-stripe ob-stripe force-pushed the integration-v2 branch 4 times, most recently from 4dbab1f to 72d75be Compare March 6, 2018 16:52
@ob-stripe ob-stripe force-pushed the integration-v2 branch 3 times, most recently from f18389d to e91e9d2 Compare March 13, 2018 23:36
Makefile Outdated
pipenv run detox

ci:
pipenv run py.test --cov=stripe -n 8
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The preferred name is just "pytest" (also above).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Thanks! Will fix.

pytest-cov = ">=2.5"
tox = "*"
detox = "*"
"flake8" = "*"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does "flake8" need to be quoted?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question! I'm not entirely sure why pipenv wraps some package names in quotes, but I figure it knows what it's doing :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't need to be quoted (source: https://github.com/toml-lang/toml#keys), but pipenv's toml library (prettytoml) is a bit overzealous and quotes any package name with a digit in it.

tox.ini Outdated
basepython = python2.7
deps = flake8
commands = python -m flake8 --show-source stripe setup.py {posargs}
python -m flake8 --show-source tests {posargs}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be a single command (moving/including tests to/with the first).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ob-stripe ob-stripe force-pushed the integration-v2 branch 2 times, most recently from 7c7f891 to 54a9675 Compare July 9, 2018 09:33
@ob-stripe
Copy link
Contributor Author

r? @brandur-stripe
cc @stripe/api-libraries

Alright, I think this is ready to be released. All PRs included in this branch have already been approved. Let me know if you have any concerns.

@ob-stripe ob-stripe changed the title [WIP] stripe-python 2.0.0 stripe-python 2.0.0 Jul 9, 2018
@brandur-stripe
Copy link
Contributor

Very exciting :)

LGTM.

@jleclanche
Copy link
Contributor

🎉

@ob-stripe
Copy link
Contributor Author

Alrighty, let's go :)

@ob-stripe ob-stripe merged commit 9313736 into master Jul 10, 2018
@ob-stripe ob-stripe deleted the integration-v2 branch July 10, 2018 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants