]> jfr.im git - yt-dlp.git/blame_incremental - .travis.yml
Revert "[jsinterp] Avoid double key lookup for setting new key"
[yt-dlp.git] / .travis.yml
... / ...
CommitLineData
1language: python
2python:
3 - "2.6"
4 - "2.7"
5 - "3.2"
6 - "3.3"
7 - "3.4"
8 - "3.5"
9sudo: false
10install:
11 - bash ./devscripts/install_srelay.sh
12 - export PATH=$PATH:$(pwd)/tmp/srelay-0.4.8b6
13script: nosetests test --verbose
14notifications:
15 email:
16 - filippo.valsorda@gmail.com
17 - yasoob.khld@gmail.com
18# irc:
19# channels:
20# - "irc.freenode.org#youtube-dl"
21# skip_join: true