From f23ec234dc77864ac2bcf0e9dab3e520a5fb8c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Sat, 14 May 2016 20:47:43 +0200 Subject: [PATCH] Do not install the package as root --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dac8cf8..5252ef6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,13 +49,12 @@ install: sudo pip install -U pip lxml exifread pillow sudo pip install -U git+https://github.com/Rafiot/officedissector.git sudo pip install -U oletools olefile coveralls codecov - sudo python setup.py -q install else pip install -U pip lxml exifread pillow pip install -U git+https://github.com/Rafiot/officedissector.git pip install -U coveralls codecov - python setup.py -q install fi + - python setup.py -q install # Testing dependencies - sudo apt-get install rar # Prepare testings