소스 검색

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

Jonas Borgström 12 년 전
부모
커밋
e8e3289d8a
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      .travis.yml

+ 0 - 2
.travis.yml

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