[travis] Add python 3.6
[youtube-dl] / .travis.yml
index 0687c89572eab53ade23dd8dc1b7afd09ae63910..4833c76e9d79e7061a3030a213c5cf4482687e5c 100644 (file)
@@ -2,12 +2,17 @@ language: python
 python:
   - "2.6"
   - "2.7"
+  - "3.2"
   - "3.3"
+  - "3.4"
+  - "3.5"
+  - "3.6"
+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"