From a20bf2b343e8e30e8b3f377da210c67027a9ecf3 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Tue, 15 Jan 2019 15:41:12 +0100 Subject: CI: add pip-required requests package Signed-off-by: Szczepan Zalega --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7dbcb38..6bf5438 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ matrix: - g++-5 - python3 - python3-pip + - python3-requests - git sources: &sources - ubuntu-toolchain-r-test -- cgit v1.2.1