Skip to content

Commit 02c09df

Browse files
committed
Nope, need to keep mysqlclient pinned to version 1.3.13 without it
fails with: > self.conn.close() E OperationalError: (2006, '')
1 parent 7388a3c commit 02c09df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ before_install:
7070
- cd $TRAVIS_BUILD_DIR
7171

7272
install:
73-
- pip install mysqlclient
73+
- pip install mysqlclient==1.3.13
7474
- pip install psycopg2
7575
- pip install gpg pytz whoosh
7676
- pip install pytest-cov codecov

0 commit comments

Comments
 (0)