Merge remote-tracking branch 'David-Development/rtl2.py'
[youtube-dl] / .travis.yml
index 05dd519a8ba84bad8a6616197e4feaae632ebd41..fb34299fced3f24a7f4de265aadf3094299d6523 100644 (file)
@@ -1,7 +1,19 @@
 language: python
-#specify the python version
 python:
   - "2.6"
   - "2.7"
-# command to run tests
-script: nosetests tests
+  - "3.3"
+  - "3.4"
+before_install:
+  - sudo apt-get update -qq
+  - sudo apt-get install -yqq rtmpdump
+script: nosetests test --verbose
+notifications:
+  email:
+    - filippo.valsorda@gmail.com
+    - phihag@phihag.de
+    - yasoob.khld@gmail.com
+#  irc:
+#    channels:
+#      - "irc.freenode.org#youtube-dl"
+#    skip_join: true