travis: remove quiet from pip install for debugging issues on travis-ci

This commit is contained in:
Thomas Waldmann 2013-11-19 07:09:14 +01:00
parent 8aef8f9417
commit bff859e904

View File

@ -4,7 +4,7 @@ python:
- "2.7" - "2.7"
- "pypy" - "pypy"
install: install:
- "pip install -q -e . --use-mirrors" - "pip install -e . --use-mirrors"
env: SECRET_KEY=justfortravis env: SECRET_KEY=justfortravis
script: "py.test --pep8" script: "py.test --pep8"
notifications: notifications: