diff --git a/.travis.yml b/.travis.yml index e5b5fa1..df536c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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