X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.travis.yml;h=136c339f0cf9058fd9811077c6257afc553e30cf;hb=86a52881c6211dd58503480dc62b4f2404cc0f6b;hp=03947b1eb7877066fbe65108cbd7cd1260e9eea0;hpb=6b41b6111966400925dd648420f11704ac9dbbf2;p=youtube-dl diff --git a/.travis.yml b/.travis.yml index 03947b1eb..136c339f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,21 @@ language: python -#specify the python version python: - "2.6" - "2.7" -#command to install the setup + - "3.2" + - "3.3" + - "3.4" + - "3.5" +sudo: false install: -# command to run tests -script: nosetests test --nocapture + - bash ./devscripts/install_srelay.sh + - export PATH=$PATH:$(pwd)/tmp/srelay-0.4.8b6 +script: nosetests test --verbose +notifications: + email: + - filippo.valsorda@gmail.com + - yasoob.khld@gmail.com +# irc: +# channels: +# - "irc.freenode.org#youtube-dl" +# skip_join: true