Commit 47a1ab43 authored by Jim Fulton's avatar Jim Fulton

Be more verbose when running tests to try to keep travis from thinking something died.

parent fbbd9655
...@@ -8,6 +8,6 @@ install: ...@@ -8,6 +8,6 @@ install:
- python bootstrap.py - python bootstrap.py
- bin/buildout - bin/buildout
script: script:
- bin/test -v1 -j99 - bin/test -vvv1 -j99
notifications: notifications:
email: false email: false
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment