Skip to content

Commit

Permalink
scrutinizer fix 5
Browse files Browse the repository at this point in the history
  • Loading branch information
KissPeter committed Oct 30, 2021
1 parent bb06ba3 commit ec19ab4
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,14 @@ build:
on_node: 1
idle_timeout: 10
test:
dependencies:
before:
- command: pip3 install -r requirements.txt -r test/requirements_for_test.txt
on_node: 1
idle_timeout: 10
- command: python3 test/test_application.py&
background: true
on_node: 1
idle_timeout: 1
commands:
- command: pip3 install -r requirements.txt -r test/requirements_for_test.txt
on_node: 1
idle_timeout: 10
- command: python3 test/test_application.py&
background: true
on_node: 1
idle_timeout: 1
- command: 'pytest --cov-report term --cov=apifuzzer --durations=10 --show-capture=stdout -vv -rP test'
on_node: 1
idle_timeout: 10
Expand Down

0 comments on commit ec19ab4

Please sign in to comment.