diff --git a/circle.yml b/circle.yml index 861aaf0..429187f 100644 --- a/circle.yml +++ b/circle.yml @@ -16,6 +16,14 @@ jobs: name: "Run codespell" command: | codespell --quiet-level=4 --ignore-words=./.codespell-whitelist + - run: + name: "Check bumpversion" + command: | + export PATH="/home/builder/.local/bin:$PATH" + pip3 install bumpversion + bumpversion --dry-run --verbose major + bumpversion --dry-run --verbose minor + bumpversion --dry-run --verbose patch build: &build docker: