summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJonas Borgström <jonas@borgstrom.se>2013-07-25 23:18:34 +0200
committerJonas Borgström <jonas@borgstrom.se>2013-07-25 23:18:34 +0200
commite8e3289d8a4e124b13577383012a3870ee3d8e27 (patch)
tree4477698acab99d0c2cbbac923c36aa7d539629a6 /.travis.yml
parentf4acacef3086b23c6a138d30baed5e5f7e16aa53 (diff)
travis: Don't try to use fuse since it's not available
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ba3eb493b..6b2649293 100644
--- a/.travis.yml
+++ b/.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