tox.ini 262 B

1234567891011
  1. [tox]
  2. envlist = py37,py38,py39,py310
  3. # Comment to build sdist and install into virtualenv
  4. # This is helpful to test installation but takes extra time
  5. skipsdist = True
  6. [testenv]
  7. commands =
  8. {toxinidir}/scripts/ci/install
  9. {toxinidir}/scripts/ci/run-tests