You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
418 B

  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