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 489a91f commit 2d73e6b
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
- sudo apt-get install -q python-libxml2
- sudo pip install unidecode
- pip install unidecode

script:
- travis_run_tests
Expand Down

0 comments on commit 2d73e6b

Please sign in to comment.