travis: forgot to use sudo when installing packages

This commit is contained in:
Jonas Borgström 2014-04-13 20:44:24 +02:00
parent 14808b77cb
commit 337892c635
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ python:
- "3.3"
# command to install dependencies
install:
- "apt-get install -y libacl1-dev"
- "sudo apt-get install -y libacl1-dev"
- "pip install --use-mirrors Cython"
- "pip install -e ."
# command to run tests