Skip to content

Commit 2c293fb

Browse files
Fix scrutinizer.
1 parent 3b8e143 commit 2c293fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.scrutinizer.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ build:
2727
tests:
2828
before:
2929
- pip install -r requirements.txt
30-
override: [pytest]
31-
- idle_timeout: 300
30+
override:
31+
- command: 'pytest'
32+
idle_timeout: 300
3233
checks:
3334
python:
3435
code_rating: true

0 commit comments

Comments
 (0)