Skip to content

Commit bd482fd

Browse files
committed
Travis: skip mysql tests on python 3
1 parent 107dc9f commit bd482fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ matrix:
8787
env: DB=mysql DJANGO_VERSION=1.5.2 PSYCOPG_VERSION=2.4.5
8888
- python: "3.2"
8989
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+
9093
# python 3.3 + django 1.3
9194
- python: "3.3"
9295
env: DB=sqlite DJANGO_VERSION=1.3.5 PSYCOPG_VERSION=2.4.1
@@ -106,6 +109,8 @@ matrix:
106109
env: DB=mysql DJANGO_VERSION=1.5.2 PSYCOPG_VERSION=2.4.5
107110
- python: "3.3"
108111
env: DB=mysql DJANGO_VERSION=1.6.1 PSYCOPG_VERSION=2.4.5
112+
- python: "3.3"
113+
env: DB=mysql DJANGO_VERSION=master PSYCOPG_VERSION=2.4.5
109114

110115
# Django 1.7 and Python 2.6
111116
- python: "2.6"

0 commit comments

Comments
 (0)