Skip to content

Commit

Permalink
scrutinizer fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
KissPeter committed Oct 30, 2021
1 parent 0e1ca36 commit eb21978
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 @@ -22,10 +22,10 @@ build:
use_website_config: true
project_setup:
before:
- command: pip3 install -r requirements.txt
- command: pip3 install -r requirements.txt -r test/requirements_for_test.txt
on_node: 1
idle_timeout: 10
- command: pip3 install -r test/requirements_for_test.txt && python3 test/test_application.py&
- command: python3 test/test_application.py&
background: true
on_node: 1
idle_timeout: 10
Expand Down

0 comments on commit eb21978

Please sign in to comment.