Skip to content

Commit 5e81fca

Browse files
committed
ci: disable pypy+pybindgen
1 parent 9dd544d commit 5e81fca

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,16 @@ before_install:
3232
- sudo ln -s $TEMPDIR/pypy2.7-$PYPYVERSION-linux64/bin/pypy /usr/local/bin/pypy
3333
- sudo ln -s $TEMPDIR/pypy3.6-$PYPYVERSION-linux64/bin/pypy3 /usr/local/bin/pypy3
3434
# 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+
3839
# install pybindgen
3940
- python2 -m pip install --user -U pybindgen
4041
- 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+
4345
# install goimports
4446
- go get golang.org/x/tools/cmd/goimports
4547

0 commit comments

Comments
 (0)