https://github.com/xflr6/graphviz
Raw File
Tip revision: ab9b579684a735737eacf95d60a77289f0172229 authored by Sebastian Bank on 01 July 2018, 13:48:51 UTC
release 0.8.4
Tip revision: ab9b579
tox.ini
[tox]
envlist = py{27,34,35,36,37}
skip_missing_interpreters = true

[testenv]
extras = test
commands = pytest {posargs}
back to top