以前做Java项目用过CruiseControl和Bamboo,但是貌似只能用于Java项目的持续集成(?其实这些持续集成工具的网站上并没有明确说支持哪些语言写的项目,只是构建工具都是Ant和maven,所以我也不确定)。
不知道Python项目适合用哪个持续集成工具,如果还能提供推荐工具的使用体验就更好了:)
业精于勤,荒于嬉;行成于思,毁于随。
Python CI please refer to http://docs.python-guide.org/en/latest/scenarios/ci
https://travis-ci.org/
It doesn’t seem to have a private build function yet, but if you are developing open source, you can try it
buildbot
gitlab-cihttp://gitlabhq.com/
I’m crazy about buildbot, but when it comes to ease of use, it seems to be jenkins
I really hope someone can fork buildbot and come up with something NB
flow.ci domestic continuous integration toolhttps://flow.ci/
Python CI please refer to http://docs.python-guide.org/en/latest/scenarios/ci
https://travis-ci.org/
It doesn’t seem to have a private build function yet, but if you are developing open source, you can try it
buildbot
gitlab-ci
http://gitlabhq.com/
I’m crazy about buildbot, but when it comes to ease of use, it seems to be jenkins
I really hope someone can fork buildbot and come up with something NB
flow.ci domestic continuous integration tool
https://flow.ci/