[google-appengine] Re: Best (hosted) CI solution to use with GAE (Python)?

2015-08-12 Thread Filip Nilsson
Hey! Sorry for my late replay, vacation time here. Thanks for you detailed response, we ended up trying CircleCI, and it seems to work really good. Also, great input about the reverse proxying, I had some caching plans in mind already, so you speared me some time there. Cheers, Filip Den

[google-appengine] Re: Best (hosted) CI solution to use with GAE (Python)?

2015-08-04 Thread Michael Spainhower
Also, CodeShip has built in support for deploying to GAE. I have not used CodeShip myself. https://codeship.com/documentation/continuous-deployment/deployment-to-google-app-engine/ On Monday, August 3, 2015 at 6:29:41 AM UTC-4, Filip Nilsson wrote: Hi! Does anyone have experiences to

[google-appengine] Re: Best (hosted) CI solution to use with GAE (Python)?

2015-08-03 Thread Michael Spainhower
We use CircleCI and it is great for testing Python GAE apps. Here (https://gist.github.com/SpainTrain/28fe7da692f5b9bf3266) is a gist for our circle.yml, Makefile, .noserc, and requirements.txt as an example. We use vendoring