the test didn't load our Gzip opener
[youtube-dl] / .travis.yml
index 03947b1eb7877066fbe65108cbd7cd1260e9eea0..0c62e4729681c7a7a865bcedad24f8b6b2d76e5a 100644 (file)
@@ -3,7 +3,9 @@ language: python
 python:
   - "2.6"
   - "2.7"
+notifications:
+  irc: "irc.freenode.org#youtube-dl"
 #command to install the setup
 install:
 # command to run tests
-script: nosetests test --nocapture
+script: nosetests test --verbose