Skip to content

Commit 2bd740c

Browse files
author
Tim Hopper
committed
make pip quieter
1 parent 42956bf commit 2bd740c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ before_install:
77
- export PATH="$HOME/miniconda/bin:$PATH"
88
- sudo apt-get -qq update
99
- bash .travis/install_conda.sh
10-
install: "pip install -r requirements.txt"
10+
install: "pip install --quiet -r requirements.txt"
1111
script: make travis
1212
after_script:
1313
- echo "Rendered notebook http://nbviewer.jupyter.org/urls/s3.amazonaws.com/pythonplotbuilds/tdhopper/pythonplot.com/$TRAVIS_BUILD_NUMBER/$TRAVIS_JOB_NUMBER/Examples.$(git log -1 --pretty=format:'%h').ipynb"

0 commit comments

Comments
 (0)