Skip to content

Commit

Permalink
Added --user flag to pip install comannd in .travis.yml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbmhunter committed Mar 29, 2018
1 parent b22a501 commit 7447103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.9

# Install conan
- pip install conan
- pip install --user conan
# Automatic detection of your arch, compiler, etc.
- conan user

Expand Down

0 comments on commit 7447103

Please sign in to comment.