From b60f2e8233bd573fa2c3c7479f149323a2daac3e Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 26 Sep 2016 17:03:39 +0200 Subject: [PATCH] remove -v from pip install on travis it makes way too much noise --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 249f7f30..0dae176e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ before_install: - npm install -g configurable-http-proxy - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels install: - - pip install -v --pre -f travis-wheels/wheelhouse -r dev-requirements.txt . + - pip install --pre -f travis-wheels/wheelhouse -r dev-requirements.txt . script: - travis_retry py.test --cov jupyterhub jupyterhub/tests -v after_success: