Skip to content

Commit d0ae064

Browse files
committed
DEBUG
1 parent 2ac7ae0 commit d0ae064

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ before_script:
6464
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install python-numpy python3-numpy -y; fi
6565
- if [ "$TRAVIS_OS_NAME" = "osx" -a "$PYTHON" = "python3" ]; then brew update; brew list python &>/dev/null || brew upgrade python || echo "Ignoring errors..."; fi
6666
- if [ "$TRAVIS_OS_NAME" = "osx" -a "$PYTHON" = "python2" ]; then brew update; brew list python@2 &>/dev/null || brew install python@2 || echo "Ignoring errors..."; fi
67+
- ls /usr/local/bin/py*
68+
- for p in /usr/local/bin/python*; do echo $p; $p --version; done
6769
# Ignoring errors from brew since it may actually be OK to do so.
6870
# Following which command will catch installation failure:
6971
- which ${PYTHON:-python}

0 commit comments

Comments
 (0)