[travis] Add PyPy builds
[youtube-dl] / .travis.yml
1 language: python
2 python:
3   - "2.6"
4   - "2.7"
5   - "3.2"
6   - "3.3"
7   - "3.4"
8   - "3.5"
9   - "3.6"
10   - "pypy"
11   - "pypy3"
12 sudo: false
13 env:
14   - YTDL_TEST_SET=core
15   - YTDL_TEST_SET=download
16 matrix:
17   fast_finish: true
18   allow_failures:
19     - env: YTDL_TEST_SET=download
20 script: ./devscripts/run_tests.sh
21 notifications:
22   email:
23     - filippo.valsorda@gmail.com
24     - yasoob.khld@gmail.com