[travis] Add PyPy builds
[youtube-dl] / .travis.yml
index 7d77e6c70924914bb518db80a6359d92f0d0a8a7..7b175e9c97b62d5a8e4955aecfe3397f7456ed53 100644 (file)
@@ -7,6 +7,8 @@ python:
   - "3.4"
   - "3.5"
   - "3.6"
+  - "pypy"
+  - "pypy3"
 sudo: false
 env:
   - YTDL_TEST_SET=core
@@ -20,7 +22,3 @@ notifications:
   email:
     - filippo.valsorda@gmail.com
     - yasoob.khld@gmail.com
-  irc:
-    channels:
-      - "irc.freenode.org#youtube-dl"
-    skip_join: true