summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 6b84bd6..7e130d1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,9 +43,9 @@ env:
# resolve any remaining dependency issues
before_install:
# ubuntu 14.04 (trusty) has an old version of cython
- - pip install cython
+ - pip install --user cython
# see https://github.com/eddyxu/cpp-coveralls
- - pip install cpp-coveralls
+ - pip install --user cpp-coveralls
# perform the build and fail immediately on error
install: