- Python
- Docker
- GitHub account
- Code
main.py
- Code
test_main_unittest.py
- Create virtualenv
pip install numpy
- Modify
main.py
withimport numpy
- Dockerize
- Integrate with Buddy
buddy.yml
- Docker environment password
- Modify GitHub settings with branch protection
- Modify
main.py
with float feature
- Try to commit some median code that won't pass tests
- Add new floating test cases
- Test
- Build
- Deploy
- Profit