Selaa lähdekoodia

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

Jonas Borgström 12 vuotta sitten
vanhempi
sitoutus
e8e3289d8a
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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