Skip to content

Commit 8f98bbb

Browse files
committed
travis: only install for current user
1 parent 06305fa commit 8f98bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ branches:
6868
- debian
6969
- devel
7070
before_install: ./.travis/run before_install
71-
install: pip install coveralls numpy
71+
install: pip install coveralls numpy --user
7272
script:
7373
- export CMAKE_ADDITIONAL_OPTIONS="-DCMAKE_BUILD_TYPE=${BUILDTYPE}"
7474
- ./.travis/run ../travis_custom/custom_build

0 commit comments

Comments
 (0)