Skip to content

Commit

Permalink
don't run tests on scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
KissPeter committed Oct 30, 2021
1 parent ec19ab4 commit e2b536f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@ build:
- command: pip3 install -r requirements.txt
on_node: 1
idle_timeout: 10
test:
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
filter:
excluded_paths:
- "test/"

0 comments on commit e2b536f

Please sign in to comment.