Skip to content

Commit 01219da

Browse files
committed
ci: add --user
1 parent 9b7d6ef commit 01219da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ before_install:
3636
#- pypy ${TEMPDIR}/get-pip.py
3737
- pypy3 ${TEMPDIR}/get-pip.py
3838
# 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
39+
- python2 -m pip install --user -U pybindgen
40+
- python3 -m pip install --user -U pybindgen
41+
#- pypy -m pip install --user -U pybindgen
42+
- pypy3 -m pip install --user -U pybindgen
4343
# install goimports
4444
- go get golang.org/x/tools/cmd/goimports
4545

0 commit comments

Comments
 (0)