5

Could you please tell me which tools are used in python to build projects, as well as which continuous integration servers are used and how to deploy projects to the server? What I mean is web projects, but will still be happy to know more of this information not only around the web.

asked Jun 16, 2011 at 11:11

1 Answer 1

6

Jenkins, formerly called Hudson, seems to be a very common choice for Python projects for continuous integration. I've used it for several years myself now, and I am still very happy with it. We also track pylint violations and code coverage in Jenkins - helping us keep the code quality up.

We have some automatic deployment to staging servers, but that's mostly custom built. Jenkins will let you run any shell script at several stages of the build, so if your deployment is not too complex, it's easy to integrate into Jenkins.

answered Jun 16, 2011 at 13:23

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.