From 29859f7b38e0f657f96b900e802649caa53cf1ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 4 Jan 2019 15:43:13 +0400 Subject: [PATCH] :construction_worker: Update CI to install Python dependencies --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index ba2437a2..686051db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ sudo: required language: python +install: + - pip install docker pytest + services: - docker