From c9f8fc0f2d8a23db3daa68fd5e258164664c9270 Mon Sep 17 00:00:00 2001 From: Tianhao He Date: Fri, 24 Feb 2017 16:21:10 -0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a7dc8f1d..ad0a4fd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ python: - "3.6" # command to install dependencies install: - - "pip install -r requirements.txt" - - "pip install pycodestyle" + - pip install -r requirements.txt + - pip install -r test-requirements.txt + - pip install pycodestyle # command to run tests script: pycodestyle samples/*