comment out 3.3 testing until Travis implements it
[youtube-dl] / .travis.yml
1 language: python
2 python:
3   - "2.6"
4   - "2.7"
5 #  - "3.3"
6 script: nosetests test --nocapture
7 notifications:
8   email:
9     - filippo.valsorda@gmail.com
10   irc:
11     channels:
12       - "irc.freenode.org#youtube-dl"
13     skip_join: true