From d885dd34f9ddb24988de7cab71a347bbdebc99fe Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Tue, 29 Mar 2016 12:24:00 -0700 Subject: [PATCH] Getting coveralls to work --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eb3c6932a4c05..6a009a61e7c97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ before_install: - mkdir ~/.npm install: - pip wheel -w $HOME/.wheelhouse -f $HOME/.wheelhouse . - - pip wheel -w $HOME/.wheelhouse -f $HOME/.wheelhouse -r dev-reqs.txt - pip install --find-links=$HOME/.wheelhouse --no-index . + - pip install --find-links=$HOME/.wheelhouse --no-index -r dev-reqs.txt - cd caravel/assets - npm install - npm run lint