We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d729b commit 1e08616Copy full SHA for 1e08616
.travis.yml
@@ -47,7 +47,7 @@ python:
47
- "3.6"
48
# Tell it the things it will need to install when it boots
49
install:
50
- - pip install -q pytz coveralls flake8 psycopg2 mysqlclient
+ - pip install -q pytz coveralls flake8 psycopg2 mysqlclient==1.3.14
51
- pip install -q "Django==$DJANGO_VERSION"
52
- pip install -e .
53
# Tell Travis how to run the test script itself
0 commit comments