Skip to content

Commit 9b7d6ef

Browse files
committed
ci: remove pypy2
1 parent 4f200f9 commit 9b7d6ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ before_install:
3333
- sudo ln -s $TEMPDIR/pypy3-$PYPYVERSION-linux64/bin/pypy3 /usr/local/bin/pypy3
3434
# install pip (for pypy)
3535
- 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
3737
- pypy3 ${TEMPDIR}/get-pip.py
3838
# install pybindgen
3939
- python2 -m pip install pybindgen
4040
- python3 -m pip install pybindgen
41-
- pypy -m pip install pybindgen
41+
#- pypy -m pip install pybindgen
4242
- pypy3 -m pip install pybindgen
4343
# install goimports
4444
- go get golang.org/x/tools/cmd/goimports

0 commit comments

Comments
 (0)