Skip to content

Commit

Permalink
Make pip quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Jul 19, 2016
1 parent 4f9ae23 commit 5b5f897
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@ before_install:
- export LD_LIBRARY_PATH=$HOME/.local/lib
# Install the python bindings.
- cd bindings/python
- pip install .
- pip --quiet install .
# Move out of the notmuch dir again.
- cd ../../..

install:
# urwid needs to be installed first. The installation of urwidtrees will
# fail otherwise.
# TODO This should be fixed upstream.
- pip install urwid
- pip --quiet install urwid
# Install alot and the dependencies it declares.
- pip install .
- pip --quiet install .
# Install sphinx for building the documentation of alot.
- pip install sphinx
- pip --quiet install sphinx

before_script:
# Prepare a minimal config file for the final test.
Expand Down

0 comments on commit 5b5f897

Please sign in to comment.