language: python install: - sudo apt-get install graphviz - pip install -r requirements.dev.txt script: - tox after_success: - coveralls