Skip to content
Snippets Groups Projects
Commit 0c3225b1 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

increase number of testing threads

parent 85554481
No related branches found
No related tags found
No related merge requests found
...@@ -16,35 +16,35 @@ jobs: ...@@ -16,35 +16,35 @@ jobs:
- stage: test - stage: test
python: "3.5" python: "3.5"
script: script:
- pytest -n 4 --cov=satella - pytest -n 8 --cov=satella
after_script: after_script:
- coverage xml - coverage xml
- ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT - ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT
- stage: test - stage: test
python: "3.6" python: "3.6"
script: script:
- pytest -n 4 --cov=satella - pytest -n 8 --cov=satella
after_script: after_script:
- coverage xml - coverage xml
- ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT - ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT
- stage: test - stage: test
python: "3.7" python: "3.7"
script: script:
- pytest -n 4 --cov=satella - pytest -n 8 --cov=satella
after_script: after_script:
- coverage xml - coverage xml
- ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT - ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT
- stage: test - stage: test
python: "3.8" python: "3.8"
script: script:
- pytest -n 4 --cov=satella - pytest -n 8 --cov=satella
after_script: after_script:
- coverage xml - coverage xml
- ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT - ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT
- stage: test - stage: test
python: "pypy3.5" python: "pypy3.5"
script: script:
- pytest -n 4 --cov=satella - pytest -n 8 --cov=satella
after_script: after_script:
- coverage xml - coverage xml
- ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT - ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment