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 f7f0258 commit e73a2f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ 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'
Expand Down

0 comments on commit e73a2f0

Please sign in to comment.