Skip to content

Commit

Permalink
FRosner#101 do not use sudo for pip upgrade in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrrr committed Jan 25, 2017
1 parent 9f35f2e commit 848d4d8
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 @@ -14,7 +14,7 @@ script:
- sbt 'set test in assembly := {}' pythonItAssembly
- export PATH=$PATH:/usr/local/bin
- cd python
- sudo pip install -U pip
- pip install -U pip
- sudo pip install -U setuptools
- sudo pip install -r requirements.txt
- sudo pip install -r test-requirements.txt
Expand Down

0 comments on commit 848d4d8

Please sign in to comment.