From 93cae1c116abcafd391d044691115c9d3af60a44 Mon Sep 17 00:00:00 2001 From: Maciej Delmanowski Date: Fri, 27 Mar 2015 14:29:04 +0100 Subject: [PATCH] Request sudo access on Travis-CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0538788..0385d30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ --- +sudo: True language: 'python' python: '2.7'