Getting travis to build the npm related stuff

This commit is contained in:
Maxime Beauchemin 2016-03-05 22:22:36 -05:00
parent ee025b3331
commit 454bb10f5a
1 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,10 @@ install:
- pip wheel -w $HOME/.wheelhouse -f $HOME/.wheelhouse -r requirements.txt
- pip install --find-links=$HOME/.wheelhouse --no-index -rrequirements.txt
- python setup.py install
- cd panoramix/assets
- npm install
- npm run prod
- npm run lint
# command to run tests
script: bash run_tests.sh
after_success: coveralls