From 9ffc33400152c25d0e92d8e0c47e5ed64dc25512 Mon Sep 17 00:00:00 2001 From: FabianHofmann Date: Thu, 31 Oct 2019 18:11:40 +0100 Subject: [PATCH] travis manage buffer when curling --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e14046e8..b67409a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: # download and extract data dependencies - curl -L "https://zenodo.org/record/3517921/files/pypsa-eur-tutorial-data-bundle.tar.xz" -o "./bundle.tar.xz" - curl -L "https://zenodo.org/record/3518020/files/pypsa-eur-tutorial-cutouts.tar.xz" -o "./cutouts.tar.xz" - - curl -L "https://zenodo.org/record/3518215/files/natura.tiff" -o "./resources/natura.tiff" + - curl -L -N -s "https://zenodo.org/record/3518215/files/natura.tiff" -o "./resources/natura.tiff" - tar xJf ./bundle.tar.xz -C ./data - tar xJf ./cutouts.tar.xz -C .