Merge pull request #6928 from remitamine/cnet
[youtube-dl] / .travis.yml
index 0687c89572eab53ade23dd8dc1b7afd09ae63910..cc21fae8f41ca567a2367d3515f981d8ec0af759 100644 (file)
@@ -2,12 +2,17 @@ language: python
 python:
   - "2.6"
   - "2.7"
+  - "3.2"
   - "3.3"
+  - "3.4"
+  - "3.5"
+sudo: false
 script: nosetests test --verbose
 notifications:
   email:
     - filippo.valsorda@gmail.com
     - phihag@phihag.de
+    - yasoob.khld@gmail.com
 #  irc:
 #    channels:
 #      - "irc.freenode.org#youtube-dl"