From 9b3c0a5fdae1eb8bd66540ed0f78f9a37f09b550 Mon Sep 17 00:00:00 2001 From: Felipe Barriga Richards Date: Sun, 26 Feb 2017 23:30:44 -0300 Subject: [PATCH] .travis.yml: specify more dependencies. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e4a8520..7764b53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- 2.39.2