File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,14 @@ matrix:
30
30
env : DJANGO_VERSION=1.7.11 DATABASE=sqlite
31
31
- python : 3.5
32
32
env : DJANGO_VERSION=1.7.11 DATABASE=postgres
33
+ - python : 3.5
34
+ env : DJANGO_VERSION=1.8.14 DATABASE=sqlite
35
+ - python : 3.5
36
+ env : DJANGO_VERSION=1.9.9 DATABASE=sqlite
37
+ - python : 3.5
38
+ env : DJANGO_VERSION=1.10 DATABASE=sqlite
39
+ - python : 3.5
40
+ env : DJANGO_VERSION=dev DATABASE=sqlite
33
41
34
42
allow_failures :
35
43
- python : 2.7
@@ -50,7 +58,7 @@ install:
50
58
- sudo apt-get install -y libproj-dev libgeos-dev
51
59
52
60
- if [[ $DATABASE == sqlite ]]; then sudo apt-get install -y libspatialite-dev; fi
53
- - if [[ $TRAVIS_PYTHON_VERSION == '2.7' && $ DATABASE == sqlite ]]; then pip install git+git://github.com/tinio/ pysqlite.git@extension-enabled#egg=pysqlite ; fi
61
+ - if [[ $DATABASE == sqlite ]]; then pip install pysqlite==2.8.2 ; fi
54
62
- if [[ $DATABASE == postgres ]]; then pip install psycopg2; fi
55
63
56
64
# This is a dependency of our Django test script
You can’t perform that action at this time.
0 commit comments