We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d280c commit 2cca70bCopy full SHA for 2cca70b
.travis.yml
@@ -7,7 +7,14 @@ script:
7
- tox -e devruntime
8
- tox
9
- 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
16
- '[[ "$TRAVIS_TAG" = "" ]] || [[ "$TRAVIS_TAG" = "$(python setup.py --version)" ]]'
17
18
# Ensure changelog was written:
19
- |
20
if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then
0 commit comments