Skip to content

Commit

Permalink
Update travis configuration
Browse files Browse the repository at this point in the history
don't use "sudo pip install" in travis.yml
  • Loading branch information
gurneyalex committed May 14, 2015
1 parent 61fa82c commit 5444df8
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 @@ -21,7 +21,7 @@ install:
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly
- git clone https://github.com/OCA/connector ${HOME}/connector -b ${VERSION}
- sudo pip install cmislib
- pip install cmislib

script:
- travis_run_flake8
Expand Down

0 comments on commit 5444df8

Please sign in to comment.