From 1635b4093fbb7838114cf13f4540c2017f72e15a Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Thu, 24 Jul 2014 22:28:45 -0400 Subject: [PATCH] Add "sudo: false" to .travis.yml in an attempt to stop the random build failures. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index c32036d4a..55afe4db9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,3 +62,8 @@ script: after_success: coveralls + +# This reportedly works around an issue downloading packages from pypi on +# travis. Consider removing this after the underlying issue is fixed. +# https://github.com/travis-ci/travis-ci/issues/2389 +sudo: false -- 2.47.2