Speed up testing (<10s instead of 25s)
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 11 Dec 2012 17:52:50 +0000 (18:52 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 11 Dec 2012 17:52:50 +0000 (18:52 +0100)
.travis.yml

index 0aabce6a73cf96dc70bff38901a6e4f98521bf17..f4c2095d29a9178cb1a61dea7c24c6ae116f186e 100644 (file)
@@ -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"