From 63845334c69bad29399df97e222f5cf880526b65 Mon Sep 17 00:00:00 2001 From: cclauss Date: Sun, 21 Oct 2018 08:21:28 +0200 Subject: [PATCH] mysql-python --> mysqlclient for compatibility with Py2 and Py3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 335dec0..5cbe9bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: - pip install tsfresh==0.11.1 - pip install django==1.11.13 - pip install pylint - - pip install mysql-python + - pip install mysqlclient - pip install scikit-learn - npm install