Skip to content

Commit 1e08616

Browse files
author
Alex Hill
committed
Pin mysqlclient version for testing
mysqlclient 1.4.0 has a problem with Django below version 2. See PyMySQL/mysqlclient#306
1 parent 23d729b commit 1e08616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ python:
4747
- "3.6"
4848
# Tell it the things it will need to install when it boots
4949
install:
50-
- pip install -q pytz coveralls flake8 psycopg2 mysqlclient
50+
- pip install -q pytz coveralls flake8 psycopg2 mysqlclient==1.3.14
5151
- pip install -q "Django==$DJANGO_VERSION"
5252
- pip install -e .
5353
# Tell Travis how to run the test script itself

0 commit comments

Comments
 (0)