[travis] Disable IRC notifications
[youtube-dl] / .travis.yml
index f4c2095d29a9178cb1a61dea7c24c6ae116f186e..5f4f3922b915deae5f80320aab1b61c1bbeed014 100644 (file)
@@ -2,13 +2,21 @@ language: python
 python:
   - "2.6"
   - "2.7"
-#  - "3.3"
-script: nosetests test --verbose --processes 4
+  - "3.2"
+  - "3.3"
+  - "3.4"
+  - "3.5"
+  - "3.6"
+sudo: false
+env:
+  - YTDL_TEST_SET=core
+  - YTDL_TEST_SET=download
+matrix:
+  fast_finish: true
+  allow_failures:
+    - env: YTDL_TEST_SET=download
+script: ./devscripts/run_tests.sh
 notifications:
   email:
     - filippo.valsorda@gmail.com
-    - phihag@phihag.de
-  irc:
-    channels:
-      - "irc.freenode.org#youtube-dl"
-    skip_join: true
+    - yasoob.khld@gmail.com