浏览代码

Remove attempts to enable user_xattr

[no ci]
Jonas Borgström 12 年之前
父节点
当前提交
7dd937fb4e
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      .travis.yml

+ 0 - 3
.travis.yml

@@ -4,9 +4,6 @@ python:
   - "3.3"
 # command to install dependencies
 install:
-  - "sudo apt-get install fakeroot"
-  - "mount"
-  - "sudo mount /home/travis -o remount,user_xattr"
   - "pip install --use-mirrors Cython"
   - "pip install -e ."
 # command to run tests