update travis.yml to run tests in parallel
Signed-off-by: bcambl <blayne@blaynecampbell.com>
This commit is contained in:
@@ -7,4 +7,4 @@ python:
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
script: py.test -vv
|
||||
script: py.test -vv -n auto
|
||||
|
Reference in New Issue
Block a user