فهرست منبع

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