Skip to content

Commit

Permalink
Parallelize unit tests in CI with pytest-xdist
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Jul 11, 2018
1 parent ef8d111 commit 9479f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run:
name: run unit tests
command: |
py.test tests/
py.test -n 4 tests/
# Run full installer test
- setup_remote_docker
Expand Down
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pytest
pytest-xdist

0 comments on commit 9479f3c

Please sign in to comment.