.travis.yml 222 B

1234567891011
  1. language: python
  2. #specify the python version
  3. python:
  4. - "2.6"
  5. - "2.7"
  6. notifications:
  7. irc: "irc.freenode.org#youtube-dl"
  8. #command to install the setup
  9. install:
  10. # command to run tests
  11. script: nosetests test --nocapture