소스 검색

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.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"