Add xdist to travis

This commit is contained in:
vrde 2016-02-19 00:11:44 +01:00
parent 6ab2b03260
commit 1c96b15174
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,6 @@ install:
before_script: rethinkdb --daemon
script: py.test -v --cov=bigchaindb
script: py.test -n8 -v --cov=bigchaindb
after_success: codecov

View File

@ -14,6 +14,7 @@ tests_require = [
'pylint',
'pytest',
'pytest-cov',
'pytest-xdist',
]
dev_require = [