tox.ini 341 B

1234567891011121314
  1. # tox (https://tox.readthedocs.io/) is a tool for running tests
  2. # in multiple virtualenvs. This configuration file will run the
  3. # test suite on all supported python versions. To use it, "pip install tox"
  4. # and then run "tox" from this directory.
  5. [tox]
  6. envlist = py39
  7. [testenv]
  8. deps =
  9. pytest
  10. commands =
  11. pytest -svv --rootdir=tests/