We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107dc9f commit bd482fdCopy full SHA for bd482fd
.travis.yml
@@ -87,6 +87,9 @@ matrix:
87
env: DB=mysql DJANGO_VERSION=1.5.2 PSYCOPG_VERSION=2.4.5
88
- python: "3.2"
89
env: DB=mysql DJANGO_VERSION=1.6.1 PSYCOPG_VERSION=2.4.5
90
+ - python: "3.2"
91
+ env: DB=mysql DJANGO_VERSION=master PSYCOPG_VERSION=2.4.5
92
+
93
# python 3.3 + django 1.3
94
- python: "3.3"
95
env: DB=sqlite DJANGO_VERSION=1.3.5 PSYCOPG_VERSION=2.4.1
@@ -106,6 +109,8 @@ matrix:
106
109
107
110
108
111
112
+ - python: "3.3"
113
114
115
# Django 1.7 and Python 2.6
116
- python: "2.6"
0 commit comments