run ocular on travis

This commit is contained in:
Rossen Georgiev 2016-01-21 02:21:12 +00:00
parent 8dce8866f0
commit a7f079de2d
1 changed files with 4 additions and 2 deletions

View File

@ -11,8 +11,10 @@ python:
install:
- make init
- pip install coveralls
- pip install scrutinizer-ocular
script:
make test
- make test
after_success:
coveralls
- coveralls
- ocular