Skip to content

Commit

Permalink
Add xdist to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vrde committed Feb 18, 2016
1 parent 6ab2b03 commit 1c96b15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
'pylint',
'pytest',
'pytest-cov',
'pytest-xdist',
]

dev_require = [
Expand Down

0 comments on commit 1c96b15

Please sign in to comment.