Skip to content

Commit

Permalink
Fix scrutinizer.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeichikawasalesforce committed Jun 19, 2024
1 parent 3b8e143 commit 2c293fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ build:
tests:
before:
- pip install -r requirements.txt
override: [pytest]
- idle_timeout: 300
override:
- command: 'pytest'
idle_timeout: 300
checks:
python:
code_rating: true
Expand Down

0 comments on commit 2c293fb

Please sign in to comment.