Skip to content

Commit

Permalink
scrutinizer config fix 8
Browse files Browse the repository at this point in the history
  • Loading branch information
KissPeter committed Jan 3, 2020
1 parent 7728c36 commit eecba76
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,19 @@ build:
-
command: pylint-run
use_website_config: true
test:
dependencies:
test-setup:
project_setup:
before:
- command: pip3 install -r test/requirements_for_test.txt
on_node: 1
idle_timeout: 10
- command: python3 test/test_application.py
background: true
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
background: true
on_node: 1
idle_timeout: 10
test:
commands:
- cd test
- "cd test"
- command: pip3 install -r requirements_for_test.txt
on_node: 1
idle_timeout: 10
Expand Down

0 comments on commit eecba76

Please sign in to comment.