travis: remove quiet from pip install for debugging issues on travis-ci
This commit is contained in:
parent
8aef8f9417
commit
bff859e904
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user