From d148f8c0807694e412d7e761bee12f810d105d39 Mon Sep 17 00:00:00 2001 From: Sourav Singh Date: Sun, 25 Sep 2016 21:03:50 +0530 Subject: [PATCH] Add client for MySQL --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6fd77973..756dc088 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ install: - pip install future - python setup.py install --quiet - pip install --quiet pytest-cov + - pip3 install mysqlclient script: # test_05vector_07slp takes too long (so travis errors the build), it also fails on py2!