Skip to content

Commit

Permalink
Add new geotiff for Travis CI (#4507)
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra authored and francbartoli committed Jun 13, 2019
1 parent 21c9a1a commit 5548dec
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 @@ -197,6 +197,7 @@ install:
- if [ "$TEST_RUN_SELENIUM" = "True" ]; then
pip install -r geonode-selenium/requirements.txt;
wget https://download.osgeo.org/geotiff/samples/spot/chicago/UTM2GTIF.TIF -P geonode-selenium/data;
wget https://download.osgeo.org/geotiff/samples/made_up/ntf_nord.tif -P geonode-selenium/data;
wget https://github.com/mozilla/geckodriver/releases/download/$GECKODRIVER_VERSION/geckodriver-$GECKODRIVER_VERSION-linux64.tar.gz -O geckodriver.tar.gz;
mkdir bin;
tar zxf geckodriver.tar.gz -C bin;
Expand Down

0 comments on commit 5548dec

Please sign in to comment.