Skip to content

Commit

Permalink
Comment out PYTHON_VER in before_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
leeping committed Nov 3, 2019
1 parent f52b523 commit 58a9704
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devtools/travis-ci/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
MINICONDA=Miniconda3-latest-MacOSX-x86_64.sh
else
MINICONDA=Miniconda3-latest-Linux-x86_64.sh
export PYTHON_VER=$TRAVIS_PYTHON_VERSION
# This was messing with PYTHON_VER set in .travis.yml
# export PYTHON_VER=$TRAVIS_PYTHON_VERSION
fi
MINICONDA_HOME=$HOME/miniconda
MINICONDA_MD5=$(curl -s https://repo.continuum.io/miniconda/ | grep -A3 $MINICONDA | sed -n '4p' | sed -n 's/ *<td>\(.*\)<\/td> */\1/p')
Expand Down

0 comments on commit 58a9704

Please sign in to comment.