.travis.yml: specify more dependencies.
authorFelipe Barriga Richards <spam@felipebarriga.cl>
Mon, 27 Feb 2017 02:30:44 +0000 (23:30 -0300)
committerFelipe Barriga Richards <spam@felipebarriga.cl>
Mon, 27 Feb 2017 02:30:44 +0000 (23:30 -0300)
.travis.yml

index e4a8520b7630e4d279322d799ad2ca21384ca556..7764b53101fadf22b03bdd2298c9adfa3e0a8337 100644 (file)
@@ -6,6 +6,7 @@ language:
 
 before_install:
   - sudo apt-get update -qq
+  - sudo apt-get install python-virtualenv python3 python3-dev
   - sudo apt-get install libfuse-dev valgrind gcc libattr1-dev fuse wget lcov
   - sudo modprobe fuse
   - sudo chmod 666 /dev/fuse
@@ -18,6 +19,7 @@ script:
   - virtualenv -p /usr/bin/python3 python_venv
   - source python_venv/bin/activate
   - easy_install xattr
+  - easy_install pathlib
   - mkdir -p build && cd build
   - cmake -DENABLE_CODECOVERAGE=1 -DCMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_BUILD_TYPE=Debug ..
   - make