ci: add dev deploy job
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
cătălin 2022-10-17 17:37:43 +02:00
commit 1ee3b01f9a
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
6 changed files with 131 additions and 2 deletions

View file

@ -25,6 +25,12 @@ ward = "^0.66.1b0"
ward-coverage = "^0.1.5"
[tool.poetry.group.ci.dependencies]
pip-versions = "^0.1.0"
sh = "^1.14.3"
python-decouple = "^3.6"
[tool.ward]
hook_module = ["ward_coverage"]