Skip to content

Commit

Permalink
Getting coveralls to work
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 29, 2016
1 parent 54fe234 commit d885dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d885dd3

Please sign in to comment.