diff --git a/.travis.yml b/.travis.yml index 867e0d7f8..5b5608a6a 100644 --- a/.travis.yml +++ b/.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