run ocular on travis
This commit is contained in:
parent
8dce8866f0
commit
a7f079de2d
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue