From 6844eb2503c850fc944d9ff73d0d6f0ffea81a5f Mon Sep 17 00:00:00 2001 From: hhyo Date: Sat, 23 Mar 2019 12:54:02 +0800 Subject: [PATCH] =?UTF-8?q?CI=E4=BE=9D=E8=B5=96=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 34b1ff9c96..911774c2c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ services: - redis-server install: - pip install -r requirements.txt + - pip install mycli==1.19.0 - pip install coverage - pip install codecov before_script: