• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[tox]
2isolated_build = True
3envlist = py38, py39, py310, py311, py312, py313
4
5[testenv]
6changedir = src
7commands = python -m unittest discover
8