浏览代码

Speed up testing (<10s instead of 25s)

Philipp Hagemeister 12 年之前
父节点
当前提交
4b618047ce
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -3,10 +3,11 @@ python:
   - "2.6"
   - "2.6"
   - "2.7"
   - "2.7"
 #  - "3.3"
 #  - "3.3"
-script: nosetests test --verbose
+script: nosetests test --verbose --processes 4
 notifications:
 notifications:
   email:
   email:
     - filippo.valsorda@gmail.com
     - filippo.valsorda@gmail.com
+    - phihag@phihag.de
   irc:
   irc:
     channels:
     channels:
       - "irc.freenode.org#youtube-dl"
       - "irc.freenode.org#youtube-dl"