-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
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
- Blocked by feat: Add docker workflows #1
Requirements
- Linting??
- multiple python versions
- Ties into release workflow
- Conducts Unit Tests (pytest)
Uses pytest with unit test filter.