diff options
| author | Chris McDonough <chrism@plope.com> | 2013-09-06 00:46:50 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-09-06 00:46:50 -0400 |
| commit | f7d60e437bec1d8a63d477732c0058f3e4ebb697 (patch) | |
| tree | 839b149bf314edfd9e8fcbeb70c89512f8350dbe | |
| parent | 027c9809ca9377b3ae37a34e4ed997d8fdfddfb8 (diff) | |
| download | pyramid-f7d60e437bec1d8a63d477732c0058f3e4ebb697.tar.gz pyramid-f7d60e437bec1d8a63d477732c0058f3e4ebb697.tar.bz2 pyramid-f7d60e437bec1d8a63d477732c0058f3e4ebb697.zip | |
shorten test output in travis
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 00c293046..9d4324ff8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: - pypy - 3.2 -script: python setup.py test +script: python setup.py test -q notifications: email: |
