[WIP] Trying to make Travis work again (#632)

Pin rasterio to 1.1.8 for Travis
This commit is contained in:
Angelos Tzotsos
2021-02-19 15:03:11 +02:00
committed by GitHub
parent cc6dc2e33b
commit 33dfd959d5
+1
View File
@@ -65,6 +65,7 @@ install:
- pip3 install -r requirements-manager.txt
- pip3 install -r requirements-provider.txt
- python3 setup.py install
- pip3 install --upgrade rasterio==1.1.8
# verify docker build
- docker build --build-arg BUILD_DEV_IMAGE=true -t geopython/pygeoapi:latest .