Circle CI: Test for configuration validity of bumpversion

This commit is contained in:
Alex Beregszaszi 2019-05-09 11:27:41 +01:00
parent 9bdea8791b
commit b8d13b3bcc
1 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,14 @@ jobs:
name: "Run codespell" name: "Run codespell"
command: | command: |
codespell --quiet-level=4 --ignore-words=./.codespell-whitelist 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 build: &build
docker: docker: