ci: add dev deploy job
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c8c7961e1c
commit
1ee3b01f9a
6 changed files with 131 additions and 2 deletions
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue