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 6232589
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 6232589

Please sign in to comment.