File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ matrix:
20
20
install :
21
21
- |
22
22
if [ "$TOXENV" = "pypy" ]; then
23
- export PYPY_VERSION="pypy-5.9-linux_x86_64-portable "
24
- wget "https://bitbucket. org/squeaky/portable- pypy/downloads /${PYPY_VERSION}.tar.bz2"
23
+ export PYPY_VERSION="pypy2-v5.9.0-linux64 "
24
+ wget "https://downloads.python. org/pypy/${PYPY_VERSION}.tar.bz2"
25
25
tar -jxf ${PYPY_VERSION}.tar.bz2
26
26
virtualenv --python="$PYPY_VERSION/bin/pypy" "$HOME/virtualenvs/$PYPY_VERSION"
27
27
source "$HOME/virtualenvs/$PYPY_VERSION/bin/activate"
28
28
fi
29
29
if [ "$TOXENV" = "pypy3" ]; then
30
- export PYPY_VERSION="pypy3.5-5.9-beta-linux_x86_64-portable "
31
- wget "https://bitbucket. org/squeaky/portable- pypy/downloads /${PYPY_VERSION}.tar.bz2"
30
+ export PYPY_VERSION="pypy3-v5.9.0-linux64 "
31
+ wget "https://downloads.python. org/pypy/${PYPY_VERSION}.tar.bz2"
32
32
tar -jxf ${PYPY_VERSION}.tar.bz2
33
33
virtualenv --python="$PYPY_VERSION/bin/pypy3" "$HOME/virtualenvs/$PYPY_VERSION"
34
34
source "$HOME/virtualenvs/$PYPY_VERSION/bin/activate"
You can’t perform that action at this time.
0 commit comments