Update .travis.yml

This commit is contained in:
Jared Schwartz 2016-09-22 17:09:00 -07:00 committed by GitHub
parent 9435401f6e
commit cc4b0c2dd0

View File

@ -1,18 +1,8 @@
language: python language: python
python: python:
- "2.6"
- "2.7" - "2.7"
- "3.2"
- "3.3"
- "3.4" - "3.4"
- "3.5" - "3.5"
sudo: false sudo: false
script: nosetests test --verbose script: nosetests test --verbose
notifications: os: linux
email:
- filippo.valsorda@gmail.com
- yasoob.khld@gmail.com
# irc:
# channels:
# - "irc.freenode.org#youtube-dl"
# skip_join: true