-
Notifications
You must be signed in to change notification settings - Fork 106
Add test+build infrastructure (Tox and Travis CI) #100
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e3443ed
to
b6ea687
Compare
b6ea687
to
71a1693
Compare
Great job! |
You now need to activate this repository on Travis CI:
|
It wasn't exactly a button like you described, but I think I activated it,
could you verify?
…On Sun, Sep 16, 2018 at 10:34 AM Peter Bittner ***@***.***> wrote:
You now need to activate this repository on Travis CI:
1. Log in to your Travis CI account
2. Go to https://travis-ci.org/cool-RR/PythonTurtle
3. Push the "Activate this repository" button
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#100 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADdysP-nlKW7mAKx6xOlN5iLqV79Ymoks5ubf8KgaJpZM4Wqt-2>
.
|
Yeah, that looks good! https://travis-ci.org/cool-RR/PythonTurtle Next Steps
Afterwards, I'll try to:
Finally, the less trivial tasks:
In the end, we can look into automating the building of the installer packages. |
Sounds good to me!
…On Sun, Sep 16, 2018, 10:55 Peter Bittner ***@***.***> wrote:
Yeah, that looks good! https://travis-ci.org/cool-RR/PythonTurtle
Next Steps
1. I'll add a cute *build status button* on top of the README for this.
2. I'll make sure we get *a green tick* for the build status for new
commits and PRs.
Afterwards, I'll try to:
1. Make the code base comply with PEP8 using flake8 linting.
2. Fix issues Pylint complains about.
Finally, the less trivial tasks:
1. Figure out whether I can port the codebase to wxgtk4.0, still
staying compatible withwxgtk3.0. (This may be impractical, we'll see.) --
#99 <#99>
2. Make the code base work across all Python version we're testing
against (including Python 3 and PyPy).
3. Add a few tests that actually makes sense and help with refactoring.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#100 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADdytsQbQPCu835zlPOJeGQL2USxp6bks5ubgPUgaJpZM4Wqt-2>
.
|
Thanks for merging so quickly, by the way! 👍 😃 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
First steps towards automatic builds. Adds:
See https://travis-ci.org/bittner/PythonTurtle while I'm testing the results of this implementation.