From 936d4d6d8aeb23d0e4b80b140dcbdba3a5b26953 Mon Sep 17 00:00:00 2001 From: Mathias Markl Date: Wed, 26 Jul 2017 08:00:47 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index c741d62..fe6245e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,12 @@ env: virtualenv: system_site_packages: true + + install: + - pip install requests + - pip install cachetools + - pip install pdfconv - pip install anybox.testing.openerp - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}