tox.ini 171 B

12345678910
  1. [tox]
  2. envlist = py{36,37,38,39,310}
  3. [testenv]
  4. commands =
  5. pytest -s --cov bucketstore --cov-report term --cov-report html []
  6. deps =
  7. pytest
  8. pytest-cov
  9. moto