Skip to content

Change ./checkin.py into an entrypoint #71

Open
lockefox wants to merge 9 commits into
pyro2927:masterfrom
lockefox:entrypoint
Open

Change ./checkin.py into an entrypoint #71
lockefox wants to merge 9 commits into
pyro2927:masterfrom
lockefox:entrypoint

Conversation

@lockefox

Copy link
Copy Markdown

changes:

./checkin.py ...

into:

checkin ...

Also packages the library for wider distribution. Targets were also updated in docker image

Comment thread setup.py Outdated
__library_name__ = "southwest"
__here__ = path.dirname(__file__)

with open(path.join(__here__,"README.md"), "r", "utf-8") as f:

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Missing whitespace after ','

Comment thread setup.py Outdated
with open(path.join(__here__,"README.md"), "r", "utf-8") as f:
__readme__ = f.read()

with open(path.join(__here__, __library_name__ , "VERSION"), "r") as f:

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Whitespace before ','

Comment thread setup.py
"vcrpy",
],
extras_require={
"dev": ["pycodestyle", "pytest", "pytest-cov", "pytest-mock", "requests_mock",]

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Missing whitespace after ','

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

@qlty-cloud-legacy

Copy link
Copy Markdown

Code Climate has analyzed commit d0fa161 and detected 3 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 2
Style 1

The test coverage on the diff in this pull request is 85.7% (50% is the threshold).

This pull request will bring the total coverage in the repository to 62.9% (-16.5% change).

View more on Code Climate.

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.

1 participant