Skip to content

Commit

Permalink
scrutinizer config fix 9
Browse files Browse the repository at this point in the history
  • Loading branch information
KissPeter committed Jan 3, 2020
1 parent eecba76 commit 9b99e8d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,16 @@ build:
- command: pip3 install -r test/requirements_for_test.txt
on_node: 1
idle_timeout: 10
- command: python3 test/test_application.py
- command: python3 test/test_application.py | tee test.log
background: true
on_node: 1
idle_timeout: 10
test:
commands:
- "cd test"
- command: pip3 install -r requirements_for_test.txt
- command: pip3 install -r test/requirements_for_test.txt
on_node: 1
idle_timeout: 10
- command: pytest --durations=10 --show-capture=stdout -v -rP test.py
- command: 'cd test && pytest --durations=10 --show-capture=stdout -v -rP test.py'
on_node: 1
idle_timeout: 10
filter:
Expand Down

0 comments on commit 9b99e8d

Please sign in to comment.