]> git.parisson.com Git - telemeta.git/commitdiff
sudo pip ?
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 13 Nov 2014 21:16:47 +0000 (22:16 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 13 Nov 2014 21:16:47 +0000 (22:16 +0100)
.travis.yml

index 898e3f720367c91bfb64ee75b2018e104b0f043c..d437cbd2421f0c9dd125ef08b52243e99362c8b5 100644 (file)
@@ -18,9 +18,9 @@ before_install:
 
 # command to install dependencies
 install:
- - pip install -v timeside>=0.6
- - pip install -v --no-install -e . 
- - python setup.py install
+ - sudo pip install -v timeside>=0.6
+ - sudo install -v --no-install -e .
+ - sudo python setup.py install
 
 # command to run tests
 script: