From 7bb33bf654864d8d9f712f34553c09d156eccdad Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Mon, 25 May 2015 21:18:17 +0200 Subject: [PATCH] Travis: state explicitly that sudo is not required --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 075248e..de60e5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - "3.3" - "3.4" - "nightly" +sudo: false # command to run tests script: py.test