Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Fix .scrutinizer.yml
Browse files Browse the repository at this point in the history
The last tests override was cancelling the first.
`coverage` is not found by scrutinizer if not installed here.
  • Loading branch information
hdiogenes authored and beraldoleal committed Jul 5, 2019
1 parent a10d62f commit 9be514f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .scrutinizer.yml
Expand Up @@ -11,6 +11,9 @@ build:
python: 3.6.0
postgresql: false
redis: false
dependencies:
before:
- pip install coverage
tests:
override:
-
Expand All @@ -19,8 +22,4 @@ build:
file: '.coverage'
config_file: '.coveragerc'
format: 'py-cc'
nodes:
analysis:
tests:
override:
- py-scrutinizer-run
- py-scrutinizer-run

0 comments on commit 9be514f

Please sign in to comment.