]> gitweb @ CieloNegro.org - youtube-dl.git/blob - .travis.yml
[test/test_socks] Test with local SOCKS servers
[youtube-dl.git] / .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     - phihag@phihag.de
18     - yasoob.khld@gmail.com
19 #  irc:
20 #    channels:
21 #      - "irc.freenode.org#youtube-dl"
22 #    skip_join: true