File size: 269 Bytes
065fee7 |
1 2 3 4 5 6 7 8 9 10 11 12 |
[tox]
envlist = py38,py39,py310,py311,py312
# Comment to build sdist and install into virtualenv
# This is helpful to test installation but takes extra time
skipsdist = True
[testenv]
commands =
{toxinidir}/scripts/ci/install
{toxinidir}/scripts/ci/run-tests
|