Continuous integration with python 2.7 / flask / mongoDB / git Continuous integration with python 2.7 / flask / mongoDB / git flask flask

Continuous integration with python 2.7 / flask / mongoDB / git


buildbot, jenkins/hudson but these give you continuous integration in the sense you can run a "make" equivalent with every code base change through a commit hook. You could also look at vagrant if there is something there for you for creating repeatable vm's wrt to config/setup. Could tie it with a commit hook.