Skip to content

Commit f3bd84e

Browse files
committed
a few changes in Travis CI
1 parent 4d439e4 commit f3bd84e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ notifications:
55
email: false
66

77
python:
8-
- "3.5"
98
- "3.6"
109
- "3.7"
1110
- "3.8"
1211

1312
before_install:
14-
- sudo add-apt-repository -y ppa:jonathonf/backports
15-
- sudo apt-get -qq update
1613
- sudo apt-get install -y libgdal-dev
1714
- sudo apt-get install graphviz
1815
- sudo apt-get install proj-bin
@@ -26,6 +23,7 @@ install:
2623
else
2724
python install_all.py;
2825
fi
26+
- pip install geopandas==0.6.3 # This is temporal fix
2927

3028
script:
3129
- sentinelhub.config --instance_id $INSTANCE_ID

0 commit comments

Comments
 (0)