summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJonas Borgström <jonas@borgstrom.se>2013-07-03 23:06:49 +0200
committerJonas Borgström <jonas@borgstrom.se>2013-07-03 23:10:54 +0200
commit7c18073760e9a18a7533d15961da3ef0c48e5a94 (patch)
tree30ac39255c52b529b07e189f1c09a6196f072d1e /.travis.yml
parent5ad2839b5303d572f4246566c4d66d985094c205 (diff)
Use fakeroot when running tests and enable user_xattr
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e45af217b..2e4e163c2 100644
--- a/.travis.yml
+++ b/.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