File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ before_install:
29
29
- curl -L https://bitbucket.org/pypy/pypy/downloads/pypy3.6-${PYPYVERSION}-linux64.tar.bz2 --output $TEMPDIR/pypy3.tar.bz2
30
30
- tar xf $TEMPDIR/pypy2.tar.bz2 -C $TEMPDIR
31
31
- tar xf $TEMPDIR/pypy3.tar.bz2 -C $TEMPDIR
32
- - sudo ln -s $TEMPDIR/pypy2-$PYPYVERSION-linux64/bin/pypy /usr/local/bin/pypy
33
- - sudo ln -s $TEMPDIR/pypy3-$PYPYVERSION-linux64/bin/pypy3 /usr/local/bin/pypy3
32
+ - sudo ln -s $TEMPDIR/pypy2.7 -$PYPYVERSION-linux64/bin/pypy /usr/local/bin/pypy
33
+ - sudo ln -s $TEMPDIR/pypy3.6 -$PYPYVERSION-linux64/bin/pypy3 /usr/local/bin/pypy3
34
34
# install pip (for pypy)
35
35
- curl -L https://bootstrap.pypa.io/get-pip.py --output ${TEMPDIR}/get-pip.py
36
36
- pypy ${TEMPDIR}/get-pip.py
You can’t perform that action at this time.
0 commit comments