From 533c8fa2b3d3a836cbb2ee3ee2695f58606af342 Mon Sep 17 00:00:00 2001 From: Deokjae Lee Date: Sat, 19 May 2018 01:30:36 +0900 Subject: [PATCH] Fix travis.yml to catch up dmlc-core --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 52e4a83a..e9ab243a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ addons: - wget - unzip - libblas-dev + - python3-pip before_install: - git clone https://github.com/dmlc/dmlc-core @@ -23,7 +24,7 @@ before_install: - source ${TRAVIS}/travis_setup_env.sh install: - - pip install --user cpplint pylint + - pip3 install --user cpplint pylint script: scripts/travis_script.sh