From 471c9459034d09c7ae297ec1904d816adbb7c5c5 Mon Sep 17 00:00:00 2001 From: Mike Purvis Date: Tue, 28 Mar 2017 15:48:53 -0400 Subject: [PATCH] Faster cheaper travis builds without sudo. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6bf9588..88a7b2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: python +sudo: false python: "2.7"