Browse Source

Use fakeroot when running tests and enable user_xattr

Jonas Borgström 12 years ago
parent
commit
7c18073760
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

@@ -6,5 +6,7 @@ python:
 install:
   - "pip install --use-mirrors Cython"
   - "pip install -e ."
+  - "apt-get install fakeroot"
+  - "mount / -o remount,user_xattr"
 # command to run tests
-script: python -m darc.testsuite.run -vb
+script: fakeroot python -m darc.testsuite.run -vb