aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo.valsorda@gmail.com>2012-12-11 11:33:15 +0100
committerFilippo Valsorda <filippo.valsorda@gmail.com>2012-12-11 11:33:15 +0100
commit1ca63e3ae3f7f61a9c38e04eec421faa42a1faee (patch)
tree556b8e3485244f499fd88fd0102328effe27db6d /.travis.yml
parent59ce20191588028ee90551b40b33a8a36d778eec (diff)
downloadyoutube-dl-1ca63e3ae3f7f61a9c38e04eec421faa42a1faee.zip
youtube-dl-1ca63e3ae3f7f61a9c38e04eec421faa42a1faee.tar.gz
youtube-dl-1ca63e3ae3f7f61a9c38e04eec421faa42a1faee.tar.bz2
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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 696fa9a..0c62e47 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