summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJonas Borgström <jonas@borgstrom.se>2014-04-13 20:34:32 +0200
committerJonas Borgström <jonas@borgstrom.se>2014-04-13 20:34:32 +0200
commit14808b77cbefc3014a1b3971a90c7c4af2d91a9e (patch)
tree0ee17eec68959c7763e1d97818fab2cad5bbb627 /.travis.yml
parent0ad5253d84f538502a058b52a822ac9fe6fad74e (diff)
Fix Python3.2 compatibility
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6b2649293..270eb6348 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ python:
- "3.3"
# command to install dependencies
install:
+ - "apt-get install -y libacl1-dev"
- "pip install --use-mirrors Cython"
- "pip install -e ."
# command to run tests