Getting coveralls to work

This commit is contained in:
Maxime Beauchemin 2016-03-29 12:24:00 -07:00
parent 54fe2348fc
commit d885dd34f9
1 changed files with 1 additions and 1 deletions

View File

@ -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