mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-07-24 09:59:50 +00:00
Travis fix
This commit is contained in:
@ -11,11 +11,12 @@ before_install:
|
||||
export PYENV_ROOT=$HOME/.pyenv
|
||||
export PATH=$PYENV_ROOT/pyenv-win/bin:$PYENV_ROOT/pyenv-win/shims:$PATH
|
||||
pyenv update
|
||||
else
|
||||
*)
|
||||
git clone https://github.com/pyenv/pyenv.git ~/.pyenv
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
eval "$(pyenv init -)"
|
||||
export PATH="$PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH"
|
||||
esac
|
||||
# install c dependency
|
||||
- |-
|
||||
if [ "$TRAVIS_OS_NAME" == "linux" ] ; then
|
||||
|
Reference in New Issue
Block a user