We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f200f9 commit 9b7d6efCopy full SHA for 9b7d6ef
.travis.yml
@@ -33,12 +33,12 @@ before_install:
33
- sudo ln -s $TEMPDIR/pypy3-$PYPYVERSION-linux64/bin/pypy3 /usr/local/bin/pypy3
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
+ #- pypy ${TEMPDIR}/get-pip.py
37
- pypy3 ${TEMPDIR}/get-pip.py
38
# install pybindgen
39
- python2 -m pip install pybindgen
40
- python3 -m pip install pybindgen
41
- - pypy -m pip install pybindgen
+ #- pypy -m pip install pybindgen
42
- pypy3 -m pip install pybindgen
43
# install goimports
44
- go get golang.org/x/tools/cmd/goimports
0 commit comments