mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
no parallel processing in travis run
can lead to race conditions
This commit is contained in:
parent
21284355be
commit
ea3ad655a7
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install nose
|
- pip install nose
|
||||||
|
|
||||||
script: nosetests ./tests --processes=16
|
script: nosetests ./tests
|
||||||
|
|
Loading…
Reference in a new issue