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.

27 lines
616 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. - "pypy"
  11. - "pypy3"
  12. sudo: false
  13. env:
  14. - YTDL_TEST_SET=core
  15. - YTDL_TEST_SET=download
  16. matrix:
  17. include:
  18. - env: JYTHON=true; YTDL_TEST_SET=core
  19. - env: JYTHON=true; YTDL_TEST_SET=download
  20. fast_finish: true
  21. allow_failures:
  22. - env: YTDL_TEST_SET=download
  23. - env: JYTHON=true; YTDL_TEST_SET=core
  24. - env: JYTHON=true; YTDL_TEST_SET=download
  25. before_install:
  26. - if [ "$JYTHON" == "true" ]; then ./devscripts/install_jython.sh; export PATH="$HOME/jython/bin:$PATH"; fi
  27. script: ./devscripts/run_tests.sh