From 3d61445e2c67be2011f5df5a150142471cfb8561 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Tue, 5 Jan 2016 12:12:33 +0100 Subject: [PATCH] IMPROVE explicitly install dependecies on travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 576f5e6..020a74f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,9 @@ sudo: false cache: pip before_install: - pip install codecov +# install dependencies +install: + - pip install --user -r requirements.txt after_success: - codecov # command to run tests