Skip to content

Commit b74a621

Browse files
committed
Fixed CI build.
With Django 2.2 and above, GDAL 1.10 is no longer suppoted, and travis only supports GDAL 1.10 by default. Fixed tests to Django version 2.1.9 for now.
1 parent da4440c commit b74a621

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
@@ -1,12 +1,9 @@
11
language: python
22

33
python:
4-
- '3.4'
54
- '3.5'
65
- '3.6'
76

8-
sudo: true
9-
107
addons:
118
postgresql: 9.6
129
apt:
@@ -21,6 +18,7 @@ before_script:
2118
- psql -c 'create extension postgis' -U postgres -d raster_test
2219

2320
install:
21+
- pip install django==2.1.9
2422
- pip install -e .
2523
- pip install psycopg2-binary==2.7.7
2624
- pip install flake8==3.7.7

0 commit comments

Comments
 (0)