From c5bd1df1339aaead87566f6df6c0d68d22592ea6 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Wed, 27 Feb 2013 19:40:47 +0100 Subject: [PATCH] Run more test processes [ci skip]. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a85e07cfc..80ff37dd4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,6 @@ install: - pip install -r requirements.txt --use-mirrors - pip install pytest-xdist --use-mirrors # command to run tests -script: make test +script: make test PYTESTOPTS="--tb=short -n20" #notifications: # email: false