Explicitly specify sudo in travis.yml

This commit is contained in:
Jan-Jelle Kester 2015-07-22 00:17:04 +02:00
parent 7d6380206f
commit 882415ea18

View file

@ -9,3 +9,4 @@ install:
- "pip install -r requirements.txt"
- "pip install Django==$DJANGO_VERSION"
script: "python src/runtests.py"
sudo: false