We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c38a59 commit 14bf7a9Copy full SHA for 14bf7a9
.travis.yml
@@ -66,7 +66,7 @@ script:
66
INTENDED_VERSION="$(python setup.py --version)"
67
mkdir for_testing
68
cd for_testing
69
- INSTALLED_VERSION="$(python -c 'import templateflow; print(templateflow.__version__)')"
+ INSTALLED_VERSION="$(python -c 'import templateflow; print(templateflow.__version__)' | tail -1)"
70
python -c 'import templateflow; print(templateflow.__file__)'
71
echo "Intended: $INTENDED_VERSION"
72
echo "Installed: $INSTALLED_VERSION"
0 commit comments