Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 6, 2016
1 parent 78e01ab commit b2d72fb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,19 @@ 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
- python setup.py 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

0 comments on commit b2d72fb

Please sign in to comment.