summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 8 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 0c62e4729..0aabce6a7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,13 @@
language: python
-#specify the python version
python:
- "2.6"
- "2.7"
-notifications:
- irc: "irc.freenode.org#youtube-dl"
-#command to install the setup
-install:
-# command to run tests
+# - "3.3"
script: nosetests test --verbose
+notifications:
+ email:
+ - filippo.valsorda@gmail.com
+ irc:
+ channels:
+ - "irc.freenode.org#youtube-dl"
+ skip_join: true