no parallel processing in travis run

can lead to race conditions
This commit is contained in:
Damien Elmes 2018-01-27 19:06:49 +10:00
parent 21284355be
commit ea3ad655a7

View File

@ -7,4 +7,4 @@ install:
- pip install -r requirements.txt
- pip install nose
script: nosetests ./tests --processes=16
script: nosetests ./tests