Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #13 from tubone24/scrutunizer-ci
Browse files Browse the repository at this point in the history
Scrutunizer ci
  • Loading branch information
tubone24 committed Feb 3, 2019
2 parents 524620f + bc84b72 commit 09947fd
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ build:
environment:
python: 3.6
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
override:
- py-scrutinizer-run
command: pylint-run
use_website_config: true
tests: false
analysis:
tests:
override:
- py-scrutinizer-run
tests:
dependencies:
before:
- pip install -r requirements-test.txt
- python setup.py install
tests:
override:
- coverage run --source=ebook_homebrew -m pytest --it tests/
filter:
excluded_paths:
- 'tests/*'
- 'doc_src/*'
- 'docs/*'
dependency_paths:
- 'lib/*'
- 'docs/*'

0 comments on commit 09947fd

Please sign in to comment.