Skip to content

Commit

Permalink
use pip3 (fix travis)
Browse files Browse the repository at this point in the history
  • Loading branch information
larroy committed Apr 30, 2018
1 parent e4859b5 commit 93d4197
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ addons:
- unzip
- gcc-4.8
- g++-4.8
- python-pip
- python3-pip

before_install:
- export TRAVIS=scripts/travis
- source ${TRAVIS}/travis_setup_env.sh
- ${TRAVIS}/travis_osx_install.sh

install:
- pip install --user cpplint pylint
- pip3 install --user cpplint pylint

script: ${TRAVIS}/travis_script.sh

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ $(ALIB):
$(AR) cr $@ $+

lint:
python scripts/lint.py dmlc ${LINT_LANG} include src scripts $(NOLINT_FILES)
scripts/lint.py dmlc ${LINT_LANG} include src scripts $(NOLINT_FILES)

pylint:
python scripts/lint.py dmlc ${LINT_LANG} tracker/dmlc_tracker
scripts/lint.py dmlc ${LINT_LANG} tracker/dmlc_tracker

doxygen:
doxygen doc/Doxyfile
Expand Down

0 comments on commit 93d4197

Please sign in to comment.