Skip to content
Peter Bittner edited this page Sep 11, 2020 · 10 revisions

Painless Continuous Delivery

Random notes on the tool chain.

Task Runners

Tool Technology License
Tox Python MIT
Composer PHP MIT

Code Quality

Tool Technology License
Flake8 Python MIT
Pylint Python GPL-2.0
Code Climate CLI generic/multi AGPL-3.0
Codacy Analysis CLI generic/multi MIT

Test Runners

Tool Technology License
pytest Python MIT
behave Python MIT

Dependency Management

Tool Technology License
pyup Python MIT
Renovate generic/multi AGPL-3.0
Dependabot generic/multi non-free
requires.io Python proprietary

Worth Investigating