Skip to content

Commit 3b8e143

Browse files
Fix scrutinizer.
1 parent 4314bb2 commit 3b8e143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.scrutinizer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build:
1010
tests:
1111
override:
1212
- command: 'pytest tests --cov=tabpy --cov-config=setup.cfg'
13-
idle_timeout: 300
13+
idle_timeout: 300
1414
coverage:
1515
file: '.coverage'
1616
config_file: 'setup.cfg'
@@ -28,7 +28,7 @@ build:
2828
before:
2929
- pip install -r requirements.txt
3030
override: [pytest]
31-
idle_timeout: 300
31+
- idle_timeout: 300
3232
checks:
3333
python:
3434
code_rating: true

0 commit comments

Comments
 (0)