From bff859e904c17ff1eb056043743463485622dc7e Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 19 Nov 2013 07:09:14 +0100 Subject: [PATCH] travis: remove quiet from pip install for debugging issues on travis-ci --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c3b3671..737fc3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - "2.7" - "pypy" install: - - "pip install -q -e . --use-mirrors" + - "pip install -e . --use-mirrors" env: SECRET_KEY=justfortravis script: "py.test --pep8" notifications: