From 3124f0003bec1299da9ed279d7c6683fc092008f Mon Sep 17 00:00:00 2001 From: Hydriz Scholz Date: Sat, 11 Jul 2015 18:37:10 +0800 Subject: [PATCH] Install mysql-python with pip again --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 078ef75..5b650fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ install: - pip install pep8 - pip install -r requirements.txt - sudo apt-get install python-mysqldb + - pip install MySQL-python script: - cp settings.conf.example settings.conf - nosetests \ No newline at end of file