remove -v from pip install on travis

it makes way too much noise
This commit is contained in:
Min RK
2016-09-26 17:03:39 +02:00
parent 13826a41a1
commit b60f2e8233

View File

@@ -10,7 +10,7 @@ before_install:
- npm install -g configurable-http-proxy - npm install -g configurable-http-proxy
- git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
install: 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: script:
- travis_retry py.test --cov jupyterhub jupyterhub/tests -v - travis_retry py.test --cov jupyterhub jupyterhub/tests -v
after_success: after_success: