mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-10-31 23:02:40 +00:00
9d865a1af6
SOCKS tests never run on Travis CI due to unknown reasons, and downloading them broke some tests (e.g. https://travis-ci.org/rg3/youtube-dl/builds/144306425)
18 lines
298 B
YAML
18 lines
298 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
- "3.2"
|
|
- "3.3"
|
|
- "3.4"
|
|
- "3.5"
|
|
sudo: false
|
|
script: nosetests test --verbose
|
|
notifications:
|
|
email:
|
|
- filippo.valsorda@gmail.com
|
|
- yasoob.khld@gmail.com
|
|
# irc:
|
|
# channels:
|
|
# - "irc.freenode.org#youtube-dl"
|
|
# skip_join: true
|