Skip to content

Commit

Permalink
scrutinizer fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
KissPeter committed Oct 30, 2021
1 parent eb21978 commit 77d4b86
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,19 @@ build:
python: 3.7.1
nodes:
tests: true

analysis:
tests:
override:
- py-scrutinizer-run
- command: pylint-run
use_website_config: true
project_setup:
before:
- command: pip3 install -r requirements.txt
on_node: 1
idle_timeout: 10
test:
project_setup:
before:
- command: pip3 install -r requirements.txt -r test/requirements_for_test.txt
Expand All @@ -28,8 +35,7 @@ build:
- command: python3 test/test_application.py&
background: true
on_node: 1
idle_timeout: 10
test:
idle_timeout: 1
commands:
- command: 'pytest --cov-report term --cov=apifuzzer --durations=10 --show-capture=stdout -vv -rP test'
on_node: 1
Expand Down

0 comments on commit 77d4b86

Please sign in to comment.