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 9b7d6ef commit 01219daCopy full SHA for 01219da
.travis.yml
@@ -36,10 +36,10 @@ before_install:
36
#- 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
42
- - pypy3 -m pip install pybindgen
+ - python2 -m pip install --user -U pybindgen
+ - python3 -m pip install --user -U pybindgen
+ #- pypy -m pip install --user -U pybindgen
+ - pypy3 -m pip install --user -U pybindgen
43
# install goimports
44
- go get golang.org/x/tools/cmd/goimports
45
0 commit comments