Skip to content

Commit

Permalink
scrutinizer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KissPeter committed Oct 30, 2021
1 parent c716ccd commit 0e1ca36
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ build:
- command: pip3 install -r requirements.txt
on_node: 1
idle_timeout: 10
- command: pip3 install -r test/requirements_for_test.txt
on_node: 1
idle_timeout: 10
- command: python3 test/test_application.py&
- command: pip3 install -r test/requirements_for_test.txt && python3 test/test_application.py&
background: true
on_node: 1
idle_timeout: 10
Expand Down

0 comments on commit 0e1ca36

Please sign in to comment.