From 8eb1ae2e30a9ed1c8f01efcfb83bd66df8486ccb Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 20 Dec 2014 19:44:44 -0800 Subject: [PATCH] sudo: false for travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b2ebc79..0306b61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,4 @@ install: pip install coveralls tox --use-mirrors script: tox after_success: - coveralls +sudo: false