File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 12
12
- DJANGO_VERSION_CEILING=1.10 DJANGO_DB_ENGINE=sqlite
13
13
- DJANGO_VERSION_CEILING=1.10 DJANGO_DB_ENGINE=postgres DJANGO_DB_NAME=testdb DJANGO_DB_USER=postgres
14
14
- DJANGO_VERSION_CEILING=1.10 DJANGO_DB_ENGINE=mysql DJANGO_DB_NAME=testdb DJANGO_DB_USER=travis
15
+ - DJANGO_VERSION_CEILING=1.11 DJANGO_DB_ENGINE=sqlite
16
+ - DJANGO_VERSION_CEILING=1.11 DJANGO_DB_ENGINE=postgres DJANGO_DB_NAME=testdb DJANGO_DB_USER=postgres
17
+ - DJANGO_VERSION_CEILING=1.11 DJANGO_DB_ENGINE=mysql DJANGO_DB_NAME=testdb DJANGO_DB_USER=travis
15
18
install :
16
19
- pip install "Django<$DJANGO_VERSION_CEILING" mysqlclient psycopg2
17
20
- " pip install flake8 pylint pylint-django django-nose"
@@ -24,6 +27,12 @@ script:
24
27
- " ./lint.sh"
25
28
matrix :
26
29
exclude :
30
+ - python : 3.3
31
+ env : DJANGO_VERSION_CEILING=1.11 DJANGO_DB_ENGINE=sqlite
32
+ - python : 3.3
33
+ env : DJANGO_VERSION_CEILING=1.11 DJANGO_DB_ENGINE=postgres DJANGO_DB_NAME=testdb DJANGO_DB_USER=postgres
34
+ - python : 3.3
35
+ env : DJANGO_VERSION_CEILING=1.11 DJANGO_DB_ENGINE=mysql DJANGO_DB_NAME=testdb DJANGO_DB_USER=travis
27
36
- python : 3.3
28
37
env : DJANGO_VERSION_CEILING=1.10 DJANGO_DB_ENGINE=sqlite
29
38
- python : 3.3
You can’t perform that action at this time.
0 commit comments