travis: install libfuse-dev and fuse-utils

This commit is contained in:
Jonas Borgström 2013-07-25 23:01:05 +02:00
parent 0b19df3cea
commit 071dfc2ce8

View File

@ -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 ."