aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2012-12-11 18:52:50 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2012-12-11 18:52:50 +0100
commit4b618047cee2250f141fb58dbfbc20be892c8035 (patch)
tree5194aec98f82e96272f0bdd6c26198200068dfa8 /.travis.yml
parent2c6945be30511f633b3544838692894802e8c9bd (diff)
downloadyoutube-dl-4b618047cee2250f141fb58dbfbc20be892c8035.zip
youtube-dl-4b618047cee2250f141fb58dbfbc20be892c8035.tar.gz
youtube-dl-4b618047cee2250f141fb58dbfbc20be892c8035.tar.bz2
Speed up testing (<10s instead of 25s)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0aabce6..f4c2095 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,10 +3,11 @@ python:
- "2.6"
- "2.7"
# - "3.3"
-script: nosetests test --verbose
+script: nosetests test --verbose --processes 4
notifications:
email:
- filippo.valsorda@gmail.com
+ - phihag@phihag.de
irc:
channels:
- "irc.freenode.org#youtube-dl"