https://github.com/xflr6/graphviz
Raw File
Tip revision: b820426c566f6ed6d874cbcb4118bb0492062dd0 authored by Sebastian Bank on 21 March 2024, 08:08:33 UTC
improve release process order: do version bump in branch and merge to main last
Tip revision: b820426
tox.ini
[tox]
envlist = py{312,311,310,39,38}
skip_missing_interpreters = true

[testenv]
extras = test
commands = python -X dev run-tests.py {posargs}
back to top