Skip to content

Commit 319c2a9

Browse files
committed
Added python 3.5 to CI build matrix, bumped Django test install to 1.9.5
1 parent 0324f24 commit 319c2a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: python
33
python:
44
- '2.7'
55
- '3.4'
6+
- '3.5'
67

78
sudo: false
89

@@ -14,7 +15,7 @@ before_script:
1415
- psql -c 'create extension postgis' -U postgres -d raster_test
1516

1617
install:
17-
- pip install Django==1.9.2
18+
- pip install Django==1.9.5
1819
- pip install psycopg2==2.5.3
1920
- pip install celery==3.1.19
2021
- pip install numpy

0 commit comments

Comments
 (0)