diff .travis.yml @ 5670:018bbad2a63e

Try to fix mysql crash on close by rolling back mysqlclient. The version was incremented from 1.3.13 to 1.3.14. Can't move forward to 1.4 series since 1.4 series drops support for python 3.4.
author John Rouillard <rouilj@ieee.org>
date Sun, 24 Mar 2019 12:52:03 -0400
parents bd681700e556
children 7483838ff74d
line wrap: on
line diff
--- a/.travis.yml	Sun Mar 24 12:51:24 2019 -0400
+++ b/.travis.yml	Sun Mar 24 12:52:03 2019 -0400
@@ -65,7 +65,8 @@
   - cd $TRAVIS_BUILD_DIR
 
 install:
-  - pip install gpg mysqlclient psycopg2 pytz whoosh
+  - pip install mysqlclient==1.3.13
+  - pip install gpg psycopg2 pytz whoosh
   - pip install pytest-cov codecov
 
 before_script:

Roundup Issue Tracker: http://roundup-tracker.org/