From e8f119662998b7d8dd2f4dacd1a3f18221ccf953 Mon Sep 17 00:00:00 2001 From: Audrey Roy Greenfeld Date: Tue, 24 Nov 2015 17:38:32 -0800 Subject: [PATCH] Add sudo: false so that Travis runs on new container-based infrastructure. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 15488ae..599fea4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ # Config file for automatic testing at travis-ci.org - +sudo: false language: python python: - - "3.5" + - "3.5" - "3.4" - "3.3" - "2.7" -- 2.30.2