-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
We need a CI system #371
Comments
What about buildbot? Written in python and kind of easy to adapt to own needs |
Doesn't really matter what CI system we use, as long as we actually use one. |
I use Jenkins at work which does the job, but Travis CI might be nice as it's free for open source projects. https://travis-ci.org/ |
I guess we have a (working) CI now, so this can be closed. We do, however, need tests for non-module features. Current tests only support modules and some (basic) stuff like web.py and tools.py that modules use. tests for core is issue #268, but I don't think anyone is actively working on it at the moment. |
Now that we have tests, we need a CI system such as Jenkins or anything else that might fit, to check every commit and inform us if tests fail.
The text was updated successfully, but these errors were encountered: