Skip to content

Commit b28d58b

Browse files
committed
Don't allow test fail on Python 3.3 and 3.4
1 parent 312f46d commit b28d58b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ python:
66
- 3.3
77
- 3.4
88
matrix:
9-
allow_failures:
10-
- python: 3.3
11-
- python: 3.4
129
fast_finish: true
1310
install: python setup.py install
1411
before_script: mysql -e 'create database mysqldb_test charset utf8;'

0 commit comments

Comments
 (0)