Skip to content

Commit 0cfc736

Browse files
committed
update travis
1 parent 865aa52 commit 0cfc736

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: python
33
jobs:
44
include:
55
- stage: check_release_steps
6+
scripts: echo "Checking release version $(python setup.py --version)"
67
script: if git tag | grep -qE "^v$(python setup.py --version)$"; then echo "Release already exists"; exit 1; fi
7-
8+
scripts : if ! grep -q "v$(python setup.py --version)" CHANGELOG.md; then echo "Version missing in CHANGELOG.md"; exit 1; fi
89

0 commit comments

Comments
 (0)