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 4314bb2 commit 3b8e143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build:
tests:
override:
- command: 'pytest tests --cov=tabpy --cov-config=setup.cfg'
idle_timeout: 300
idle_timeout: 300
coverage:
file: '.coverage'
config_file: 'setup.cfg'
Expand All @@ -28,7 +28,7 @@ build:
before:
- pip install -r requirements.txt
override: [pytest]
idle_timeout: 300
- idle_timeout: 300
checks:
python:
code_rating: true
Expand Down

0 comments on commit 3b8e143

Please sign in to comment.