travis: Don't try to use fuse since it's not available

This commit is contained in:
Jonas Borgström 2013-07-25 23:18:34 +02:00
parent f4acacef30
commit e8e3289d8a
1 changed files with 0 additions and 2 deletions

View File

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