Skip to content

Commit

Permalink
Define local data path for travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-serdyuk authored and maximecb committed Aug 28, 2017
1 parent 026b3c1 commit 11a056c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ before_install:
- export PATH=$HOME/miniconda/bin:$PATH
- conda update -q --yes conda
- export FUEL_DATA_PATH=$TRAVIS_BUILD_DIR/data
- export FUEL_LOCAL_DATA_PATH=$TRAVIS_BUILD_DIR/data_local
- export FUEL_FLOATX=float64
install:
# Install all Python dependencies
Expand Down

0 comments on commit 11a056c

Please sign in to comment.