Decrease test workers.

This commit is contained in:
Bastian Kleineidam 2013-03-27 19:59:37 +01:00
parent bed69ee2d7
commit d7ceba710c

View file

@ -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 PYTESTOPTS="--tb=short -n25"
script: make test PYTESTOPTS="--tb=short -n10"
#notifications:
# email: false