Skip to content

Commit

Permalink
Set xdist workers to 2 on CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nocarryr committed Sep 21, 2017
1 parent 61e2ab5 commit 9a10416
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,7 @@ install:
- pip install -U pytest pytest-cov pytest-xdist coveralls
- pip install -e .
script:
- py.test --cov-config .coveragerc --cov=pyltc
- py.test -n=2 --cov-config .coveragerc --cov=pyltc
after_success:
- coverage combine
- coveralls
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Expand Up @@ -3,4 +3,3 @@ universal = 1

[tool:pytest]
testpaths = tests
addopts = -n=auto

0 comments on commit 9a10416

Please sign in to comment.