From ea3ad655a78bde51380b859b04c242823acaa878 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 27 Jan 2018 19:06:49 +1000 Subject: [PATCH] no parallel processing in travis run can lead to race conditions --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8857fef77..ab610e419 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ install: - pip install -r requirements.txt - pip install nose -script: nosetests ./tests --processes=16 +script: nosetests ./tests