Skip to content

Commit 459f9d7

Browse files
committed
use mysqlclient instead of MySQL-python as its available on Python 2 and 3
1 parent 67e98f0 commit 459f9d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ before_install:
6767
- cd $TRAVIS_BUILD_DIR
6868

6969
install:
70-
- pip install gpg psycopg2 pytz whoosh
71-
- if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then pip install MySQL-python; fi
70+
- pip install gpg mysqlclient psycopg2 pytz whoosh
7271
- pip install pytest-cov codecov
7372

7473
before_script:

0 commit comments

Comments
 (0)