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: