Continuous Integration With Python
Joe Tatusko
6 Lessons
21m
best-practices
devops
intermediate
testing
In this course, youβll learn the core concepts behind Continuous Integration (CI) and why they are essential for modern software engineering teams.
Find out how to set up Continuous Integration for your Python project to automatically create environments, install dependencies, and run tests. Youβll learn how to work with GitHub, CircleCI, and PyTest.
Continuous Integration With Python
6 Lessons 21m
3. Adding Unit Tests (04:24)
4. Connecting to CircleCI (05:04)
About Joe Tatusko
Joe is a manufacturing engineer turned Pythonista with interests in data wrangling and visualization.
Β» More about Joe




Par Akerstrom on June 16, 2019
Nice tutorial, very helpful! Who knew it could be this simple to get started :). Thanks @Joe Tatusko