From 8ce0c543633883af0add8eb35c01878867b30b9c Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 18 Oct 2017 08:39:57 +0200 Subject: [PATCH] Speed up travis startup time Use a container based environment --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 61e1ff9..ee2f9be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +sudo: false language: python python: - "2.7"