File: tox.ini

package info (click to toggle)
python-rtmidi 1.5.8-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,248 kB
  • sloc: cpp: 4,228; python: 2,853; makefile: 287; sh: 109; ansic: 19
file content (12 lines) | stat: -rw-r--r-- 299 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist = flake8, py38, py39, py310, py311, py312
skip_missing_interpreters = True
isolated_build = True

[testenv]
commands = pytest -v tests
deps = -r{toxinidir}/requirements-dev.txt

[testenv:flake8]
commands = flake8 {toxinidir}/rtmidi {toxinidir}/examples {toxinidir}/tests
deps = flake8