mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Update pypy3
This commit is contained in:
parent
9d393623fd
commit
fdff446e92
1 changed files with 3 additions and 2 deletions
|
|
@ -10,8 +10,9 @@ if [ "$TRAVIS_PYTHON_VERSION" = "pypy3" ]; then
|
||||||
PYENV_ROOT="$HOME/.pyenv";
|
PYENV_ROOT="$HOME/.pyenv";
|
||||||
PATH="$PYENV_ROOT/bin:$PATH";
|
PATH="$PYENV_ROOT/bin:$PATH";
|
||||||
eval "$(pyenv init -)";
|
eval "$(pyenv init -)";
|
||||||
pyenv install pypy3.3-5.5-alpha;
|
pypyversion="pypy3.5-5.7-beta";
|
||||||
pyenv global pypy3.3-5.5-alpha;
|
pyenv install $pypyversion;
|
||||||
|
pyenv global $pypyversion;
|
||||||
python --version;
|
python --version;
|
||||||
pip --version;
|
pip --version;
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue