diff --git a/.circleci/config.yml b/.circleci/config.yml index 07908dc..550eb8c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/dev-requirements.txt b/dev-requirements.txt index e079f8a..9cda381 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1 +1,2 @@ pytest +pytest-xdist