diff options
author | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-12-11 11:33:15 +0100 |
---|---|---|
committer | Filippo Valsorda <filippo.valsorda@gmail.com> | 2012-12-11 11:33:15 +0100 |
commit | 1ca63e3ae3f7f61a9c38e04eec421faa42a1faee (patch) | |
tree | 556b8e3485244f499fd88fd0102328effe27db6d /.travis.yml | |
parent | 59ce20191588028ee90551b40b33a8a36d778eec (diff) |
the test didn't load our Gzip opener
this was blocking the Vimeo test
+ some more gentest fixes
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 696fa9a08..0c62e4729 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ notifications: #command to install the setup install: # command to run tests -script: nosetests test --nocapture +script: nosetests test --verbose |