Remove attempts to enable user_xattr

[no ci]
This commit is contained in:
Jonas Borgström 2013-07-04 11:58:12 +02:00
parent f4f9138945
commit 7dd937fb4e
1 changed files with 0 additions and 3 deletions

View File

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