-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix PEP8 Issues #11
Comments
I will look at this one. |
@gamefiend Awesome! This is a top priority so we can get the build fixed (that way others know if they've re-broken the build). I merged #10 so you should be able to pull the latest |
Sweet! I'll work on this tonight.
…On Tue, 6 Dec 2016 at 16:31 Matt Oswalt ***@***.***> wrote:
@gamefiend <https://github.com/gamefiend> Awesome! This is a top priority
so we can get the build fixed (that way others know if they've re-broken
the build). I merged #10 <#10>
so you should be able to pull the latest master, then run tox -epep8 to
see where all the style issues are.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAZC6IllOis6wfWCJpuMb2lip8bNlzJjks5rFdQzgaJpZM4LE0t8>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#10 introduces a Tox-based framework for doing CI, but does not address the PEP8 issues shown when running
tox -epep8
. Someone should fix these 😄The text was updated successfully, but these errors were encountered: