Skip to content

Commit

Permalink
scrutinizer config fix 3 - I should read the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KissPeter committed Jan 3, 2020
1 parent 9acfd34 commit bbe66d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ build:
-
command: pylint-run
use_website_config: true
test:
test-setup:
project_setup:
before:
- command: pip3 install -r test/requirements_for_test.txt && python3 test/test_application.py
background: true
test:
commands:
- command: pip3 install -r test/requirements_for_test.txt && cd test && pytest --durations=10 --show-capture=stdout -v -rP test.py
filter:
Expand Down

0 comments on commit bbe66d0

Please sign in to comment.