This commit is contained in:
Maxime Beauchemin 2016-03-05 23:15:45 -05:00
parent 78e01ab0a1
commit b2d72fbfe1
1 changed files with 4 additions and 6 deletions

View File

@ -2,13 +2,9 @@ language: python
python:
- "2.7"
- "3.4"
env:
global:
- NODE_PATH=$HOME/.node_modules/
cache:
directories:
- $HOME/.wheelhouse/
- $NODE_PATH
install:
- pip wheel -w $HOME/.wheelhouse -f $HOME/.wheelhouse -r requirements.txt
- pip install --find-links=$HOME/.wheelhouse --no-index -rrequirements.txt
@ -16,7 +12,9 @@ install:
- cd panoramix/assets
- npm install
- npm run prod
- npm run lint
- cd $TRAVIS_BUILD_DIR
script: bash run_tests.sh
after_success: coveralls
after_success:
- coveralls
- cd panoramix/assets
- npm run lint