Skip to content

Commit

Permalink
Merge pull request #126 from MichaelAquilina/version_linting
Browse files Browse the repository at this point in the history
Version linting
  • Loading branch information
MichaelAquilina committed Jun 18, 2018
2 parents 7482591 + 7ee7d12 commit 123afe5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ script:
- flake8 s4 tests
- pip install .
- test -n "$(s4 version)"

# Version linting
- test "$(s4 version)" = "$(git tag --sort "v:refname" | tail -1)"
- grep "$(s4 version)" CHANGELOG.rst

after_success:
- codecov
cache: pip

0 comments on commit 123afe5

Please sign in to comment.