From efcd59e0972e2957d70c23ac3d071d82bfa4d88d Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 27 Jun 2014 18:51:22 -0400 Subject: [PATCH] Put -q earlier so Travis generates fewer messages. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5fe3760..de041fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ python: - "3.3" - "3.4" install: python setup.py build -script: python setup.py test -q +script: python setup.py -q test