Skip to content

Commit

Permalink
Update Travis script to install gradients plug-ins
Browse files Browse the repository at this point in the history
  • Loading branch information
gheinrich committed Aug 31, 2016
1 parent 5a7bc66 commit 513f121
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ install:
- pip install -r requirements.txt
- pip install -r requirements_test.txt

# plugins
- pip install -e .
- pip install plugins/data/imageGradients
- pip install plugins/view/imageGradients

before_script:
- export CAFFE_ROOT=~/caffe
- export TORCH_ROOT=~/torch/install
Expand Down

0 comments on commit 513f121

Please sign in to comment.