From 8a3a52a21b3d4f8cd938cfd701d78f969b12f86a Mon Sep 17 00:00:00 2001 From: Tom Price Date: Mon, 11 Jul 2016 12:02:16 +0100 Subject: [PATCH] Add missing pip commands. Travis docs say this isn't necessary, fails without https://docs.travis-ci.com/user/languages/python#pip --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e4fa074c..913befab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ before_install: - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16" install: + - pip install . + - pip install -r requirements.txt - pip install coverage script: