Explorar o código

travis: install libfuse-dev and fuse-utils

Jonas Borgström %!s(int64=12) %!d(string=hai) anos
pai
achega
071dfc2ce8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -4,6 +4,7 @@ python:
   - "3.3"
 # command to install dependencies
 install:
+  - "sudo apt-get install fuse-utils libfuse-dev"
   - "pip install --use-mirrors llfuse"
   - "pip install --use-mirrors Cython"
   - "pip install -e ."