Skip to content

Commit 39231e2

Browse files
committed
Merge commit '2cca70b8f267a0771e5e5b559b859fa3c27847b8'
2 parents b28b28f + 2cca70b commit 39231e2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ script:
77
- tox -e devruntime
88
- tox
99
- tox -e docs
10+
11+
# First invocation of setup.py script may print extra log messages as well as
12+
# a version number. The below invocation ensures that its following (second)
13+
# invocation (for comparing to $TRAVIS_TAG) does not print any extra log
14+
# messages other than a version number.
15+
- python setup.py --version
1016
- '[[ "$TRAVIS_TAG" = "" ]] || [[ "$TRAVIS_TAG" = "$(python setup.py --version)" ]]'
17+
1118
# Ensure changelog was written:
1219
- |
1320
if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then

0 commit comments

Comments
 (0)