]> Raphaƫl G. Git Repositories - youtubedl/blob - .travis.yml
Imported Upstream version 2016.06.25
[youtubedl] / .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 sudo: false
10 install:
11 - bash ./devscripts/install_srelay.sh
12 - export PATH=$PATH:$(pwd)/tmp/srelay-0.4.8b6
13 script: nosetests test --verbose
14 notifications:
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