File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,16 @@ before_install:
32
32
- sudo ln -s $TEMPDIR/pypy2.7-$PYPYVERSION-linux64/bin/pypy /usr/local/bin/pypy
33
33
- sudo ln -s $TEMPDIR/pypy3.6-$PYPYVERSION-linux64/bin/pypy3 /usr/local/bin/pypy3
34
34
# install pip (for pypy)
35
- - curl -L https://bootstrap.pypa.io/get-pip.py --output ${TEMPDIR}/get-pip.py
36
- - pypy ${TEMPDIR}/get-pip.py
37
- - pypy3 ${TEMPDIR}/get-pip.py
35
+ # - curl -L https://bootstrap.pypa.io/get-pip.py --output ${TEMPDIR}/get-pip.py
36
+ # - pypy ${TEMPDIR}/get-pip.py
37
+ # - pypy3 ${TEMPDIR}/get-pip.py
38
+
38
39
# install pybindgen
39
40
- python2 -m pip install --user -U pybindgen
40
41
- python3 -m pip install --user -U pybindgen
41
- - pypy -m pip install --user -U pybindgen
42
- - pypy3 -m pip install --user -U pybindgen
42
+ # - pypy -m pip install --user -U pybindgen
43
+ # - pypy3 -m pip install --user -U pybindgen
44
+
43
45
# install goimports
44
46
- go get golang.org/x/tools/cmd/goimports
45
47
You can’t perform that action at this time.
0 commit comments