Skip to content

Commit

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

0 comments on commit 7728c36

Please sign in to comment.