Skip to content

Commit

Permalink
Remove --user from pip in travis file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Sandve Alnæs committed Dec 2, 2015
1 parent 2eaa586 commit c611a45
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 @@ -5,6 +5,6 @@ python:
- 3.3
- 2.7
sudo: false
install: pip install --user -r requirements.txt
install: pip install -r requirements.txt
script: py.test -l
after_success: coveralls

0 comments on commit c611a45

Please sign in to comment.