Skip to content

Commit

Permalink
Finish scrutinizer configuration
Browse files Browse the repository at this point in the history
Changelog:
- Continuous Integration with:
  - Code quality score
  - Test coverage
  • Loading branch information
cemsbr committed Mar 28, 2017
1 parent 1828793 commit cf0d04e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,18 @@ filter:
build:
environment:
python: 3.6.0
postgresql: false
redis: false
dependencies:
override:
- true
tests:
before:
- pip install -e .[test]
- pip install -r requirements-dev.txt
override:
-
command: 'coverage run setup.py test'
coverage:
file: '.coverage'
config_file: '.coveragerc'
format: 'py-cc'

0 comments on commit cf0d04e

Please sign in to comment.