From ab69a32ae21a60af8cfe24509ff094e89bc9f0ee Mon Sep 17 00:00:00 2001 From: Dan Cech Date: Sat, 18 Aug 2018 14:44:38 -0400 Subject: [PATCH] sudo is needed to install libboost-python-dev, which is required by pyhash --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 40d811ef7..f323f4720 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ # http://travis-ci.org/#!/graphite-project/carbon language: python python: 2.7 +# sudo is needed to install libboost-python-dev, which is required by pyhash sudo: required matrix: