From: Philipp Hagemeister Date: Tue, 11 Dec 2012 17:52:50 +0000 (+0100) Subject: Speed up testing (<10s instead of 25s) X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=4b618047cee2250f141fb58dbfbc20be892c8035 Speed up testing (<10s instead of 25s) --- diff --git a/.travis.yml b/.travis.yml index 0aabce6a7..f4c2095d2 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"