From ff071b240fff9ca3fd2914fb3281bf33b31732fb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 4 Mar 2018 07:39:29 -0500 Subject: [PATCH] default number of workers Signed-off-by: Kenneth Reitz --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b9640a3a..d0aec058 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: # command to run the dependencies script: - - "pipenv run pytest -n 16 tests -m $TEST_SUITE" + - "pipenv run pytest tests -m $TEST_SUITE" # command to run tests # jobs: