File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,21 +24,21 @@ before_install:
24
24
- export PYTHONUNBUFFERED=1
25
25
# pypy3 isn't packaged in ubuntu yet.
26
26
- TEMPDIR=$(mktemp -d)
27
- - export PYPYVERSION=v6.0.0
28
- - curl -L https://bitbucket.org/pypy/pypy/downloads/pypy2-${PYPYVERSION}-linux64.tar.bz2 --output $TEMPDIR/pypy2.tar.bz2
29
- - curl -L https://bitbucket.org/pypy/pypy/downloads/pypy3-${PYPYVERSION}-linux64.tar.bz2 --output $TEMPDIR/pypy3.tar.bz2
27
+ - export PYPYVERSION=v7.1.1
28
+ - curl -L https://bitbucket.org/pypy/pypy/downloads/pypy2.7 -${PYPYVERSION}-linux64.tar.bz2 --output $TEMPDIR/pypy2.tar.bz2
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
32
- sudo ln -s $TEMPDIR/pypy2-$PYPYVERSION-linux64/bin/pypy /usr/local/bin/pypy
33
33
- sudo ln -s $TEMPDIR/pypy3-$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
- # - pypy ${TEMPDIR}/get-pip.py
36
+ - pypy ${TEMPDIR}/get-pip.py
37
37
- pypy3 ${TEMPDIR}/get-pip.py
38
38
# install pybindgen
39
39
- python2 -m pip install --user -U pybindgen
40
40
- python3 -m pip install --user -U pybindgen
41
- # - pypy -m pip install --user -U pybindgen
41
+ - pypy -m pip install --user -U pybindgen
42
42
- pypy3 -m pip install --user -U pybindgen
43
43
# install goimports
44
44
- go get golang.org/x/tools/cmd/goimports
You can’t perform that action at this time.
0 commit comments