Travis CI integration - #180
Merged
Merged
Conversation
Collaborator
Author
|
Actually it shows the tests are passing when some are actually failing - I'll take a look and reopen when it's resolved. |
This way CI tools / test runners can know if the tests passed or failed
Collaborator
Author
|
Works fine now. There are some issues on running Python 3.5 (I disabled it for now) and #179 seems to break this build, so it's probably better to merge this one first... |
Collaborator
Author
|
Build history for my branch: https://travis-ci.org/yprez/newspaper/builds |
Owner
|
Wow, great work. Merging and also creating the travis CI for this |
Collaborator
Author
|
@codelucas you just need to enable it here: https://travis-ci.org/profile/ |
Owner
|
@yprez It's been enabled! |
Owner
|
@yprez: Our build is passing: https://travis-ci.org/codelucas/newspaper |
Collaborator
Author
|
👍 |
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
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.
Add the basic .travis.yml file to run the tests on several versions of Python after every commit, PR, etc.
This might also help with the requirements versions breaking when upgraded...
@codelucas All you need to do to enable this is to sign up to to http://travis-ci.org/ (if you don't already have an account) and enable this repo.
And added badge in the readme like: https://travis-ci.org/yprez/newspaper.svg?branch=travis :
Hope this is useful...