Skip to content

Commit

Permalink
travis: Use pip3
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Nov 27, 2019
1 parent 4283ab4 commit 1f65ff3
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 @@ -85,8 +85,8 @@ before_install:
install:
# Install necessary tools to compile the code
# Install jinja2 for protocol generation
- pip install --user --upgrade pip;
- pip install --user jinja2;
- pip3 install --user --upgrade pip3;
- pip3 install --user jinja2;

# Install Qt in Mac OS
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
Expand Down

0 comments on commit 1f65ff3

Please sign in to comment.