From 9f3ec4f0be68a099d11a829013c2991f4874a3f3 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Tue, 9 May 2017 14:43:21 -0700 Subject: [PATCH] Better travis deps --- scripts/install-dependencies.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install-dependencies.sh b/scripts/install-dependencies.sh index 4f0b7cb7..7fedbb76 100755 --- a/scripts/install-dependencies.sh +++ b/scripts/install-dependencies.sh @@ -54,6 +54,7 @@ ls -lah ~/.npm || mkdir ~/.npm # Make sure we own it chown -Rc $USER ~/.npm # We use this so we can filter the subtrees from our coverage report +pip install --user requests==2.13.0 pip install --user https://github.com/codecov/codecov-python/archive/master.zip pip install --user autobahntestsuite