default number of workers

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-04 07:39:29 -05:00
parent 06b67af8d0
commit ff071b240f
+1 -1
View File
@@ -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: