Skip to content

Commit

Permalink
Configure Scrutinizer CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cemsbr committed Mar 28, 2017
1 parent e12c9cd commit f7f0258
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
checks:
python:
code_rating: true
duplicate_code: true
filter:
paths: ["pyof/*", "tests/*"]
build:
environment:
python: 3.6.0
dependencies:
override:
- true
tests:
before:
- pip install -e .[test]
override:
-
command: 'coverage run setup.py test'
coverage:
file: '.coverage'
format: 'py-cc'

0 comments on commit f7f0258

Please sign in to comment.