Skip to content

Commit 927c61a

Browse files
committed
Exclude mysql test on Python 3
1 parent 392259f commit 927c61a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ env:
1111
- DATABASE_ENGINE=postgres
1212
- DATABASE_ENGINE=mysql
1313
matrix:
14+
exclude:
15+
- python: 3.2
16+
env: DATABASE_ENGINE=mysql
17+
- python: 3.3
18+
env: DATABASE_ENGINE=mysql
19+
- python: 3.4
20+
env: DATABASE_ENGINE=mysql
1421
fast_finish: true
1522
install:
1623
- pip install -U setuptools

0 commit comments

Comments
 (0)