diff .travis.yml @ 5508:3d041e9044d5

use mysqlclient instead of MySQL-python as its available on Python 2 and 3
author Christof Meerwald <cmeerw@cmeerw.org>
date Fri, 17 Aug 2018 19:46:04 +0100
parents 3c61c771c8fb
children ff5e3e7d216c
line wrap: on
line diff
--- a/.travis.yml	Fri Aug 17 19:44:12 2018 +0100
+++ b/.travis.yml	Fri Aug 17 19:46:04 2018 +0100
@@ -67,8 +67,7 @@
   - cd $TRAVIS_BUILD_DIR
 
 install:
-  - pip install gpg psycopg2 pytz whoosh
-  - if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then pip install MySQL-python; fi
+  - pip install gpg mysqlclient psycopg2 pytz whoosh
   - pip install pytest-cov codecov
 
 before_script:

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