run ocular on travis
This commit is contained in:
parent
8dce8866f0
commit
a7f079de2d
|
|
@ -11,8 +11,10 @@ python:
|
||||||
install:
|
install:
|
||||||
- make init
|
- make init
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
|
- pip install scrutinizer-ocular
|
||||||
script:
|
script:
|
||||||
make test
|
- make test
|
||||||
after_success:
|
after_success:
|
||||||
coveralls
|
- coveralls
|
||||||
|
- ocular
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue