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
361 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. - "3.6"
  10. sudo: false
  11. env:
  12. - YTDL_TEST_SET=core
  13. - YTDL_TEST_SET=download
  14. matrix:
  15. fast_finish: true
  16. allow_failures:
  17. - env: YTDL_TEST_SET=download
  18. script: ./devscripts/run_tests.sh
  19. notifications:
  20. email:
  21. - filippo.valsorda@gmail.com
  22. - yasoob.khld@gmail.com