Skip to content

Commit

Permalink
use scrutinizer for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
KissPeter committed Jan 3, 2020
1 parent ffce941 commit d5d898a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 11 additions & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,23 @@ checks:
basic_missing_reversed_argument: true

build:
environment:
python: 3.4.6, 3.6.3, 3.7.1
nodes:
tests: true
analysis:
tests:
override:
- py-scrutinizer-run
-
command: pylint-run
- py-scrutinizer-run
- command: pylint-run
use_website_config: true
test:
project_setup:
before:
- command: pip3 install -r test/requirements_for_test.txt && python3 test/test_application.py
background: true
commands:
- command: pip3 install -r test/requirements_for_test.txt && cd test && pytest --durations=10 --show-capture=stdout -v -rP test.py
filter:
excluded_paths:
- "test/"
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ install:
- pip3 install -r requirements.txt
script:
- python fuzzer.py -h
- pip3 install -r test/requirements_for_test.txt
- cd test && pytest --durations=10 --show-capture=stdout -v -rP test.py

0 comments on commit d5d898a

Please sign in to comment.