Talk Python To Me
Talk Python To Me
Michael Kennedy
#166: Continuous delivery with Python
1 hour 9 minutes Posted Jun 14, 2018 at 8:00 am.
0:00
1:09:44
Download MP3
Show notes
We have evolved from, "It builds, ship it!" to continuous integration where every check-in is automatically verified by something like Travis CI. Taking that further, some people are using continuous delivery. This means, once a check-in is validated by the CI system, it's deployed -- automatically.