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 8086874 commit 4daff33Copy full SHA for 4daff33
.travis/install.sh
@@ -17,7 +17,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
17
18
if which -s pyenv; then
19
rm -r -f $HOME/.pyenv
20
- eval "$(pyenv init -)"
+ eval "$(pyenv init --path)"
21
fi
22
23
case "${TOX_ENV}" in
@@ -59,7 +59,7 @@ else
59
git clone https://github.com/yyuu/pyenv.git $PWD/.pyenv
60
export PYENV_ROOT="$PWD/.pyenv"
61
export PATH="$PYENV_ROOT/bin:$PATH"
62
63
pyenv install "pypy${PYPY_VERSION}"
64
pyenv global "pypy${PYPY_VERSION}"
65
pip install -U virtualenv
0 commit comments