Skip to content

Commit

Permalink
TRAVIS_TAG must start with a "v"
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Jun 20, 2019
1 parent b42ae13 commit 75c4f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_stdout_version(capsys):
def test_release_version():
"""Verify that release tag version agrees with the module version."""
assert (
TRAVIS_TAG == PROJECT_VERSION or TRAVIS_TAG == f"v{PROJECT_VERSION}"
TRAVIS_TAG == f"v{PROJECT_VERSION}"
), "TRAVIS_TAG does not match the project version"


Expand Down

0 comments on commit 75c4f52

Please sign in to comment.