Add CI templates for Django projects ## Details - [ ] Python Project - [ ] Update PIP file. Idea. have a source pip file that installs all deps the runs `pip freeze` to generate the actual pip file to be commited to the repo. A python project Ci will need to be setup to conduct common python tasks. i.e pip file checks. ## Links - [ ] Blocked by #1 ## Requirements - [ ] Linting?? - [ ] multiple python versions - [ ] Ties into release workflow - [ ] Conducts Unit Tests (pytest) Uses pytest with unit test filter.
Add CI templates for Django projects
Details
Python Project
Update PIP file.
Idea. have a source pip file that installs all deps the runs
pip freezeto generate the actual pip file to be commited to the repo.A python project Ci will need to be setup to conduct common python tasks. i.e pip file checks.
Links
Requirements
Uses pytest with unit test filter.