language: python install: - pip install tox - pip install coveralls - pip install scrutinizer-ocular script: - coverage erase - tox after_script: - coveralls - ocular